Skip to content

Commit c439e3e

Browse files
committed
pep8
1 parent dfaba55 commit c439e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_ot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ def test_emd2_multi():
172172
ot.toc('multi proc : {} s')
173173

174174
ot.tic()
175-
emdn2 = ot.emd2(a, b, M, dense = False)
176-
ot.toc('multi proc : {} s')
175+
emdn2 = ot.emd2(a, b, M, dense=False)
176+
ot.toc('multi proc : {} s')
177177

178178
np.testing.assert_allclose(emd1, emdn)
179179
np.testing.assert_allclose(emd1, emdn2, rtol=1e-6)

0 commit comments

Comments
 (0)