Skip to content

Commit 3c93718

Browse files
committed
Update sparse reason
1 parent fd113dc commit 3c93718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def test_xp(self, xp: ModuleType):
451451

452452

453453
@pytest.mark.skip_xp_backend(
454-
Backend.SPARSE, reason="read-only backend without .at support"
454+
Backend.SPARSE, reason="backend doesn't have arange"
455455
)
456456
class TestOneHot:
457457
@pytest.mark.parametrize("n_dim", range(4))

0 commit comments

Comments
 (0)