summaryrefslogtreecommitdiff
path: root/test/test_partial.py
diff options
context:
space:
mode:
authorLaetitia Chapel <laetitia.chapel@univ-ubs.fr>2020-04-16 16:42:59 +0200
committerLaetitia Chapel <laetitia.chapel@univ-ubs.fr>2020-04-16 16:42:59 +0200
commitd2ecce4a79228cd10f4beba8b6b2b28239be796d (patch)
treeb1a51a73b039aacb6bc7f7297de2c15947eca0df /test/test_partial.py
parent47306ad23d0c9943c14149ffd85d1c3d0544a3df (diff)
partial with python 3.8
Diffstat (limited to 'test/test_partial.py')
-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 ce363bd..8b1ca89 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