Skip to content

Commit 69c88d9

Browse files
committed
link sparse issue
1 parent 1fd79f7 commit 69c88d9

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
@@ -416,7 +416,7 @@ def test_complex(self, xp: ModuleType):
416416
expect = xp.asarray([[1.0, -1.0j], [1.0j, 1.0]], dtype=xp.complex128)
417417
xp_assert_close(actual, expect)
418418

419-
@pytest.mark.xfail_xp_backend(Backend.SPARSE, reason="matmul with nan fillvalue")
419+
@pytest.mark.xfail_xp_backend(Backend.SPARSE, reason="sparse#877")
420420
def test_empty(self, xp: ModuleType):
421421
with warnings.catch_warnings(record=True):
422422
warnings.simplefilter("always", RuntimeWarning)

0 commit comments

Comments
 (0)