Skip to content

Commit bef9630

Browse files
committed
nit
1 parent bac3616 commit bef9630

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
@@ -152,7 +152,7 @@ def test_device(self, xp: ModuleType, device: Device):
152152
x = xp.asarray([1, 2, 3], device=device)
153153
assert get_device(cov(x)) == device
154154

155-
@pytest.mark.skip_xp_backend(Backend.NUMPY_READONLY, reason="explicit xp")
155+
@pytest.mark.skip_xp_backend(Backend.NUMPY_READONLY, reason="xp=xp")
156156
def test_xp(self, xp: ModuleType):
157157
xp_assert_close(
158158
cov(xp.asarray([[0.0, 2.0], [1.0, 1.0], [2.0, 0.0]]).T, xp=xp),

0 commit comments

Comments
 (0)