Skip to content

Commit 4f2c92f

Browse files
committed
remove trndorflow for log test
1 parent 9a4293e commit 4f2c92f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_da.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def test_class_jax_tf():
4242
otda.fit(Xs=Xs, ys=ys, Xt=Xt)
4343

4444
@pytest.skip_backend("jax")
45+
@pytest.skip_backend("tf")
4546
@pytest.mark.parametrize("class_to_test", [ot.da.EMDTransport, ot.da.SinkhornTransport, ot.da.SinkhornLpl1Transport, ot.da.SinkhornL1l2Transport, ot.da.SinkhornL1l2Transport])
4647
def test_log_da(nx, class_to_test):
4748

0 commit comments

Comments
 (0)