summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-24 14:20:33 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-24 14:20:33 +0200
commiteb3a70af671736c940c8aceaff8547b057d1335a (patch)
tree0afa838001f196365f3067bfdd24257e1cbe73d5 /test
parent17d388be57cb5b0b2492c6b0ad8940e58b36016a (diff)
left some unused variable...
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)