summaryrefslogtreecommitdiff
path: root/test/test_bregman.py
diff options
context:
space:
mode:
authorMokhtar Z. Alaya <mzalaya@sct-18-1bee-1581.univ-rouen.fr>2020-01-16 17:13:01 +0100
committerMokhtar Z. Alaya <mzalaya@sct-18-1bee-1581.univ-rouen.fr>2020-01-16 17:13:01 +0100
commit936b5e1eb965e1d8c71b7b26cfa5238face1aaa3 (patch)
treee9f4cacc2b9e025cbf2e2063f97a32e823b4f907 /test/test_bregman.py
parent4918d2c619aaa654c524c9c5dc7f4dc82b838f82 (diff)
update
Diffstat (limited to 'test/test_bregman.py')
-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 52e9fb2..bcec095 100644
--- a/test/test_bregman.py
+++ b/test/test_bregman.py
@@ -348,4 +348,4 @@ def test_screenkhorn():
x = rng.randn(n, 2)
M = ot.dist(x, x)
- G_screen = ot.bregman.screenkhorn(a, b, M, 1e-2, uniform=True, verbose=True)
+ G_screen = ot.bregman.screenkhorn(a, b, M, 1e-2, uniform=True, verbose=True) \ No newline at end of file