We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b99d5d commit 54f93dbCopy full SHA for 54f93db
1 file changed
tests/compare_ab.py
@@ -11,4 +11,4 @@
11
diff = [i for i, (a, b) in enumerate(zip(a[:, 1:], b[:, 0:-1])) if not np.allclose(a, b, rtol=0, atol=1e-5)]
12
print(diff)
13
14
-assert diff == [14, 22, 32, 34, 40, 81, 85]
+assert diff == [6, 14, 22, 40, 50, 81, 91]
0 commit comments