We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255789c commit 94333a0Copy full SHA for 94333a0
test/test_da.py
@@ -354,7 +354,7 @@ def test_sinkhorn_transport_class(nx):
354
assert_equal(transp_Xt.shape, Xt.shape)
355
356
# test diffeernt transform
357
- otda = ot.da.SinkhornTransport(out_of_sample_map='continuous')
+ otda = ot.da.SinkhornTransport(out_of_sample_map='continuous', method='sinkhorn')
358
transp_Xs2 = otda.fit_transform(Xs=Xs, Xt=Xt)
359
assert_equal(transp_Xs2.shape, Xs.shape)
360
transp_Xt2 = otda.inverse_transform(Xt=Xt)
0 commit comments