Skip to content

Commit 128a595

Browse files
committed
TST: remove xfail for fixed sparse issue
[skip ci]
1 parent a441fdc commit 128a595

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_funcs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ def test_complex(self, xp: ModuleType):
560560

561561
@pytest.mark.xfail_xp_backend(Backend.JAX_GPU, reason="jax#32296")
562562
@pytest.mark.xfail_xp_backend(Backend.JAX, reason="jax#32296")
563-
@pytest.mark.xfail_xp_backend(Backend.SPARSE, reason="sparse#877")
564563
def test_empty(self, xp: ModuleType):
565564
with warnings.catch_warnings(record=True):
566565
warnings.simplefilter("always", RuntimeWarning)

0 commit comments

Comments
 (0)