Skip to content

Commit c5c6380

Browse files
committed
pep8!
1 parent 4f2c92f commit c5c6380

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
@@ -41,6 +41,7 @@ def test_class_jax_tf():
4141
with pytest.raises(TypeError):
4242
otda.fit(Xs=Xs, ys=ys, Xt=Xt)
4343

44+
4445
@pytest.skip_backend("jax")
4546
@pytest.skip_backend("tf")
4647
@pytest.mark.parametrize("class_to_test", [ot.da.EMDTransport, ot.da.SinkhornTransport, ot.da.SinkhornLpl1Transport, ot.da.SinkhornL1l2Transport, ot.da.SinkhornL1l2Transport])

0 commit comments

Comments
 (0)