summaryrefslogtreecommitdiff
path: root/test/test_bregman.py
diff options
context:
space:
mode:
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 fd0679b..f54ba9f 100644
--- a/test/test_bregman.py
+++ b/test/test_bregman.py
@@ -350,4 +350,4 @@ def test_screenkhorn():
G_screen = ot.bregman.screenkhorn(a, b, M, 1e-03, uniform=True, verbose=True)
# check marginals
np.testing.assert_allclose(G_sink.sum(0), G_screen.sum(0), atol=1e-02)
- np.testing.assert_allclose(G_s.sum(1), G_screen.sum(1), atol=1e-02)
+ np.testing.assert_allclose(G_sink.sum(1), G_screen.sum(1), atol=1e-02)