summaryrefslogtreecommitdiff
path: root/test/test_gpu.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-05-11 17:24:09 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-05-11 17:24:09 +0200
commitfdb2f3af19d04872bafa0d9ec5563732e1d6209b (patch)
treebc9d94d0d83126e68e633ce3030f801007426fe5 /test/test_gpu.py
parent36f4f7ed2116841d7fe9514ee250bbf16e77b72d (diff)
add test for barycenter
Diffstat (limited to 'test/test_gpu.py')
-rw-r--r--test/test_gpu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_gpu.py b/test/test_gpu.py
index 615c2a7..1e97c45 100644
--- a/test/test_gpu.py
+++ b/test/test_gpu.py
@@ -76,4 +76,4 @@ def test_gpu_sinkhorn_lpl1():
time3 - time2))
describe_res(G2)
- np.testing.assert_allclose(G1, G2, rtol=1e-5, atol=1e-5)
+ np.testing.assert_allclose(G1, G2, rtol=1e-3, atol=1e-3)