We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sparse
1 parent a441fdc commit 128a595Copy full SHA for 128a595
1 file changed
tests/test_funcs.py
@@ -560,7 +560,6 @@ def test_complex(self, xp: ModuleType):
560
561
@pytest.mark.xfail_xp_backend(Backend.JAX_GPU, reason="jax#32296")
562
@pytest.mark.xfail_xp_backend(Backend.JAX, reason="jax#32296")
563
- @pytest.mark.xfail_xp_backend(Backend.SPARSE, reason="sparse#877")
564
def test_empty(self, xp: ModuleType):
565
with warnings.catch_warnings(record=True):
566
warnings.simplefilter("always", RuntimeWarning)
0 commit comments