Skip to content

Commit d2ecce4

Browse files
committed
partial with python 3.8
1 parent 47306ad commit d2ecce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_partial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_partial_gromov_wasserstein():
123123
res, log = ot.partial.entropic_partial_gromov_wasserstein(C1, C2, p, q,
124124
100, m=m,
125125
log=True)
126-
126+
127127
# check constratints
128128
np.testing.assert_equal(
129129
res0.sum(1) <= p, [True] * len(p)) # cf convergence wasserstein

0 commit comments

Comments
 (0)