We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5d9ae8 + 0dbda70 commit c18285fCopy full SHA for c18285f
src/embed_tests/TestExample.cs
@@ -47,7 +47,7 @@ public void TestReadme()
47
dynamic b = np.array(new List<float> { 6, 5, 4 }, Py.kw("dtype", np.int32));
48
Assert.AreEqual("int32", b.dtype.ToString());
49
50
- Assert.AreEqual("[ 6. 10. 12.]", (a * b).ToString());
+ Assert.AreEqual("[ 6. 10. 12.]", (a * b).ToString().Replace(" ", " "));
51
}
52
53
0 commit comments