From 64dba525bb5e0ac7952871df859df59fecf19a65 Mon Sep 17 00:00:00 2001 From: Romain Tavenard Date: Mon, 1 Jul 2019 14:56:55 +0200 Subject: Formatting --- test/test_gpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_gpu.py b/test/test_gpu.py index 47b8b6d..8e62a74 100644 --- a/test/test_gpu.py +++ b/test/test_gpu.py @@ -22,7 +22,7 @@ def test_gpu_old_doctests(): M = [[0., 1.], [1., 0.]] G = ot.sinkhorn(a, b, M, 1) np.testing.assert_allclose(G, np.array([[0.36552929, 0.13447071], - [0.13447071, 0.36552929]])) + [0.13447071, 0.36552929]])) @pytest.mark.skipif(nogpu, reason="No GPU available") -- cgit v1.2.3