Skip to content

Commit aac1a2a

Browse files
committed
pep8 and build wheels
1 parent a5bb603 commit aac1a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_tic_toc():
6969
# test timing
7070
# np.testing.assert_allclose(0.1, t, rtol=1e-1, atol=1e-1)
7171
# very slow macos github action equality not possible
72-
assert t>0.09
72+
assert t > 0.09
7373

7474
# test toc vs toq
7575
np.testing.assert_allclose(t, t2, rtol=1e-1, atol=1e-1)

0 commit comments

Comments
 (0)