Skip to content

Commit b2b5ffc

Browse files
Kilian FatrasKilian Fatras
authored andcommitted
fixed test error
1 parent e508779 commit b2b5ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_stochastic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def test_dual_sgd_sinkhorn():
195195
n = 30
196196
reg = 1
197197
batch_size = 30
198+
zero = np.zeros(n)
198199

199200
a = ot.datasets.make_1D_gauss(n, 15, 5) # m= mean, s= std
200201
b = ot.datasets.make_1D_gauss(n, 15, 5)

0 commit comments

Comments
 (0)