From 47306ad23d0c9943c14149ffd85d1c3d0544a3df Mon Sep 17 00:00:00 2001 From: Laetitia Chapel Date: Thu, 16 Apr 2020 16:25:16 +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 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 -- cgit v1.2.3