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, 2 insertions, 0 deletions
diff --git a/test/test_partial.py b/test/test_partial.py
index 33fc259..ae4a1ab 100755
--- a/test/test_partial.py
+++ b/test/test_partial.py
@@ -79,6 +79,8 @@ def test_partial_wasserstein_lagrange():
w0, log0 = ot.partial.partial_wasserstein_lagrange(p, q, M, 1, log=True)
+ w0, log0 = ot.partial.partial_wasserstein_lagrange(p, q, M, 100, log=True)
+
def test_partial_wasserstein():