summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMokhtar Z. Alaya <mzalaya@Mokhtars-MacBook-Pro.local>2020-01-13 09:50:49 +0100
committerMokhtar Z. Alaya <mzalaya@Mokhtars-MacBook-Pro.local>2020-01-13 09:50:49 +0100
commit18242437e73aba9cf131fafc1571e376b57f25f6 (patch)
tree315afe594b35ba25d87086824efcef7e90384b71 /test
parent365adbccc73f7fea28811b16cbbbdbb77761e55c (diff)
fix simple test of screenkhorn in test/
Diffstat (limited to 'test')
-rw-r--r--test/test_bregman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_bregman.py b/test/test_bregman.py
index eb74a9f..bc8f6ae 100644
--- a/test/test_bregman.py
+++ b/test/test_bregman.py
@@ -347,4 +347,4 @@ def test_screenkhorn():
x = rng.randn(n, 2)
M = ot.dist(x, x)
- G_screen = ot.bregman.screenkhorn(a, b, M, 1e-1) \ No newline at end of file
+ G_screen = ot.bregman.screenkhorn(a, b, M, 1e-2, uniform=True, verbose=True) \ No newline at end of file