summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLaetitia Chapel <laetitia.chapel@univ-ubs.fr>2020-04-16 16:25:16 +0200
committerLaetitia Chapel <laetitia.chapel@univ-ubs.fr>2020-04-16 16:25:16 +0200
commit47306ad23d0c9943c14149ffd85d1c3d0544a3df (patch)
tree01053c221e4db86137c38c3063c4f20d37899777 /test
parentef7c11a5df3cf6c82864472f0cfa65d6b2036f2f (diff)
partial with python 3.8
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_partial.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_partial.py b/test/test_partial.py
index 1799fd4..ce363bd 100755
--- a/test/test_partial.py
+++ b/test/test_partial.py
@@ -123,7 +123,7 @@ def test_partial_gromov_wasserstein():
res, log = ot.partial.entropic_partial_gromov_wasserstein(C1, C2, p, q,
100, m=m,
log=True)
-
+
# check constratints
np.testing.assert_equal(
res0.sum(1) <= p, [True] * len(p)) # cf convergence wasserstein