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 a5bb603 commit aac1a2aCopy full SHA for aac1a2a
test/test_utils.py
@@ -69,7 +69,7 @@ def test_tic_toc():
69
# test timing
70
# np.testing.assert_allclose(0.1, t, rtol=1e-1, atol=1e-1)
71
# very slow macos github action equality not possible
72
- assert t>0.09
+ assert t > 0.09
73
74
# test toc vs toq
75
np.testing.assert_allclose(t, t2, rtol=1e-1, atol=1e-1)
0 commit comments