summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_partial.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_partial.py b/test/test_partial.py
index eb3b76e..510e081 100755
--- a/test/test_partial.py
+++ b/test/test_partial.py
@@ -75,8 +75,6 @@ def test_partial_wasserstein_lagrange():
p = ot.unif(n_samples + n_noise)
q = ot.unif(n_samples + n_noise)
- m = 0.5
-
w0, log0 = ot.partial.partial_wasserstein_lagrange(p, q, M, 1, log=True)