Skip to content

Commit 5b3d116

Browse files
committed
Skip TF and JAX backends (as it is done for other DA tests)
1 parent eb0ca02 commit 5b3d116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_da.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,8 @@ def test_emd_laplace_class(nx):
802802
assert_equal(transp_ys.shape[1], len(np.unique(nx.to_numpy(yt))))
803803

804804

805+
@pytest.skip_backend("jax")
806+
@pytest.skip_backend("tf")
805807
def test_sinkhorn_l1l2_gl_cost_vectorized(nx):
806808
n_samples, n_labels = 150, 3
807809
rng = np.random.RandomState(42)

0 commit comments

Comments
 (0)