Skip to content

Commit

Permalink
TST: skip ndimage test where JAX appears to hang
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Dec 16, 2024
1 parent f3b11b4 commit 8d79c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scipy/ndimage/tests/test_measurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ def test_label_output_wrong_size(xp):
ndimage.label, data, output=output)


@skip_xp_backends("jax.numpy", reason='JAX hangs in GPU CI job')
def test_label_structuring_elements(xp):
data = np.loadtxt(os.path.join(os.path.dirname(
__file__), "data", "label_inputs.txt"))
Expand Down

0 comments on commit 8d79c03

Please sign in to comment.