Skip to content

Commit 3600000

Browse files
address review [skip ci]
Co-authored-by: Guido Imperiale <crusaderky@gmail.com>
1 parent c7ebd9f commit 3600000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/ndimage/tests/test_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@ def test_rank06(self, xp):
18421842
@skip_xp_backends("jax.numpy",
18431843
reason="assignment destination is read-only",
18441844
)
1845-
@skip_xp_backends("dask.array",
1845+
@xfail_xp_backends("dask.array",
18461846
reason="wrong answer",
18471847
)
18481848
def test_rank06_overlap(self, xp):

0 commit comments

Comments
 (0)