summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_da.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_da.py b/test/test_da.py
index 70296bf..472dc19 100644
--- a/test/test_da.py
+++ b/test/test_da.py
@@ -685,7 +685,7 @@ def test_jcpot_barycenter():
Xs = [Xs1, Xs2]
ys = [ys1, ys2]
- _, prop, = ot.bregman.jcpot_barycenter(Xs, ys, Xt, reg=.5, metric='sqeuclidean',
+ prop = ot.bregman.jcpot_barycenter(Xs, ys, Xt, reg=.5, metric='sqeuclidean',
numItermax=10000, stopThr=1e-9, verbose=False, log=False)
np.testing.assert_allclose(prop, [1 - pt, pt], rtol=1e-3, atol=1e-3)