Skip to content

Commit 94333a0

Browse files
committed
improve coverage
1 parent 255789c commit 94333a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_da.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def test_sinkhorn_transport_class(nx):
354354
assert_equal(transp_Xt.shape, Xt.shape)
355355

356356
# test diffeernt transform
357-
otda = ot.da.SinkhornTransport(out_of_sample_map='continuous')
357+
otda = ot.da.SinkhornTransport(out_of_sample_map='continuous', method='sinkhorn')
358358
transp_Xs2 = otda.fit_transform(Xs=Xs, Xt=Xt)
359359
assert_equal(transp_Xs2.shape, Xs.shape)
360360
transp_Xt2 = otda.inverse_transform(Xt=Xt)

0 commit comments

Comments
 (0)