summaryrefslogtreecommitdiff
path: root/test/test_partial.py
diff options
context:
space:
mode:
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 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