summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-09-24 10:09:00 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-09-24 10:09:00 +0200
commitf3433fda3e8f5c58ec1d7e5623825d4627435ebc (patch)
treefe9607f670acbc44df4c2bf1aa833c983156fcdd /test
parentff824a22d232b68ddffcb13b976d75a5b8bc03e5 (diff)
working tests
Diffstat (limited to 'test')
-rw-r--r--test/test_bregman.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test_bregman.py b/test/test_bregman.py
index 03e38bf..52bbbd2 100644
--- a/test/test_bregman.py
+++ b/test/test_bregman.py
@@ -77,8 +77,9 @@ def test_sinkhorn_variants():
np.testing.assert_allclose(G0, Gs, atol=1e-05)
np.testing.assert_allclose(G0, Ges, atol=1e-05)
np.testing.assert_allclose(G0, Gerr)
- np.testing.assert_allclose(G0, G_green, atol = 1e-32)
- print(G0,G_green)
+ np.testing.assert_allclose(G0, G_green, atol=1e-5)
+ print(G0, G_green)
+
def test_bary():