From d2ecce4a79228cd10f4beba8b6b2b28239be796d Mon Sep 17 00:00:00 2001 From: Laetitia Chapel Date: Thu, 16 Apr 2020 16:42:59 +0200 Subject: partial with python 3.8 --- test/test_partial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3