Skip to content

Commit 7786e85

Browse files
committed
correct path function in example
1 parent 05eec20 commit 7786e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_stochastic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_sag_asgd_sinkhorn():
9292
# test all algorithms
9393
n = 15
9494
reg = 1
95-
nb_iter = 300000
95+
nb_iter = 30000
9696
rng = np.random.RandomState(0)
9797

9898
x = rng.randn(n, 2)
@@ -167,7 +167,7 @@ def test_dual_sgd_sinkhorn():
167167
# test all dual algorithms
168168
n = 10
169169
reg = 1
170-
nb_iter = 150000
170+
nb_iter = 15000
171171
batch_size = 10
172172
rng = np.random.RandomState(0)
173173

0 commit comments

Comments
 (0)