m3
This commit is contained in:
17
tests/MiscTest.cs
Normal file
17
tests/MiscTest.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace SkeletonTest.tests;
|
||||
|
||||
public static class MiscTest
|
||||
{
|
||||
[Test]
|
||||
public static void LatexStringTest()
|
||||
{
|
||||
Assert.That(C33.One.LatexRepresentation,
|
||||
Is.EqualTo(@"\begin{pmatrix}1&0&0\\0&1&0\\0&0&1\end{pmatrix}")
|
||||
);
|
||||
Console.WriteLine(C33.One.PythonRepresentation);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user