Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dbda70

Browse files
authored
Update TestExample.cs
#596 (comment)
1 parent b8cb6c4 commit 0dbda70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed_tests/TestExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void TestReadme()
4747
dynamic b = np.array(new List<float> { 6, 5, 4 }, Py.kw("dtype", np.int32));
4848
Assert.AreEqual("int32", b.dtype.ToString());
4949

50-
Assert.AreEqual("[ 6. 10. 12.]", (a * b).ToString());
50+
Assert.AreEqual("[ 6. 10. 12.]", (a * b).ToString().Replace(" ", " "));
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)