Skip to content

Commit

Permalink
Merge pull request cupy#8879 from asi1024/scipy-22347
Browse files Browse the repository at this point in the history
Skip a test for invalid scipy return value of invalid COO matmul
  • Loading branch information
kmaehashi authored and chainer-ci committed Jan 20, 2025
1 parent c2d9245 commit 31a9637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cupyx_tests/scipy_tests/sparse_tests/test_coo.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ def test_dot_dense_ndim3(self):
with pytest.raises(ValueError):
m.dot(x)

@testing.with_requires("scipy!=1.15.0", "scipy!=1.15.1")
def test_dot_unsupported(self):
for xp, sp in ((numpy, scipy.sparse), (cupy, sparse)):
m = _make(xp, sp, self.dtype)
Expand Down

0 comments on commit 31a9637

Please sign in to comment.