summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMokhtar Z. Alaya <mzalaya@Mokhtars-iMac.local>2020-01-18 09:12:55 +0100
committerMokhtar Z. Alaya <mzalaya@Mokhtars-iMac.local>2020-01-18 09:12:55 +0100
commita1747a10e80751eacca4273af61083a853fb9dd4 (patch)
treeb4eb8c08a95e71a511ac4303994efbba9887c68e /test
parent7f7b1c547b54b394db975f4ff9d0287904a7b820 (diff)
make autopep
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 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)