Skip to content

Commit 7889484

Browse files
author
ievred
committed
fix indent test_da
1 parent 54a129f commit 7889484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_da.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,6 @@ def test_jcpot_barycenter():
686686
ys = [ys1, ys2]
687687

688688
prop = ot.bregman.jcpot_barycenter(Xs, ys, Xt, reg=.5, metric='sqeuclidean',
689-
numItermax=10000, stopThr=1e-9, verbose=False, log=False)
689+
numItermax=10000, stopThr=1e-9, verbose=False, log=False)
690690

691691
np.testing.assert_allclose(prop, [1 - pt, pt], rtol=1e-3, atol=1e-3)

0 commit comments

Comments
 (0)