From 17fa4f9a8cf7ffd1a58853b4091cee0238a1100b Mon Sep 17 00:00:00 2001 From: Kilian Fatras Date: Thu, 4 Apr 2019 14:16:52 +0200 Subject: fix test sinkhorn div --- test/test_bregman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_bregman.py b/test/test_bregman.py index d5482f7..7f4972c 100644 --- a/test/test_bregman.py +++ b/test/test_bregman.py @@ -253,4 +253,4 @@ def test_empirical_sinkhorn_divergence(): np.testing.assert_allclose( emp_sinkhorn_div, sinkhorn_div, atol=1e-05) # cf conv emp sinkhorn np.testing.assert_allclose( - emp_sinkhorn_div_log, sinkhorn_div_log, atol=1e-05) # cf conv emp sinkhorn + emp_sinkhorn_div_log, sink_div_log, atol=1e-05) # cf conv emp sinkhorn -- cgit v1.2.3