Skip to content

Commit

Permalink
xfail sparse.indices
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Oct 21, 2024
1 parent 0a5bf98 commit ca86f21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_autoray.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,9 @@ def test_creation_with_builtins(fn, args, dtype, expected):

@pytest.mark.parametrize("backend", BACKENDS)
def test_indices(backend):
if backend == "sparse":
pytest.xfail("Sparse doesn't support `indices` function yet.")

from numpy.testing import assert_array_equal

x = ar.do("indices", (3, 4), like=backend)
Expand Down

0 comments on commit ca86f21

Please sign in to comment.