From 7786e8502ea010a52918861014ab0e7a934a7d45 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 14 Sep 2018 08:58:56 +0200 Subject: correct path function in example --- test/test_stochastic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_stochastic.py b/test/test_stochastic.py index 0128317..62cf82a 100644 --- a/test/test_stochastic.py +++ b/test/test_stochastic.py @@ -92,7 +92,7 @@ def test_sag_asgd_sinkhorn(): # test all algorithms n = 15 reg = 1 - nb_iter = 300000 + nb_iter = 30000 rng = np.random.RandomState(0) x = rng.randn(n, 2) @@ -167,7 +167,7 @@ def test_dual_sgd_sinkhorn(): # test all dual algorithms n = 10 reg = 1 - nb_iter = 150000 + nb_iter = 15000 batch_size = 10 rng = np.random.RandomState(0) -- cgit v1.2.3