Skip to content

Commit

Permalink
Merge pull request #4033 from toslunar/fix-test-sparse-cmp
Browse files Browse the repository at this point in the history
Require SciPy 1.2 for sparse comparison
  • Loading branch information
mergify[bot] committed Sep 29, 2020
2 parents 9b589d0 + d1f84e0 commit 624e669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cupyx_tests/scipy_tests/sparse_tests/test_csr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ def test_ng_shape(self):
'shape': [(6, 15), (15, 6)],
'opt': ['_eq_', '_ne_', '_lt_', '_gt_', '_le_', '_ge_'],
}))
@testing.with_requires('scipy')
@testing.with_requires('scipy>=1.2')
@testing.gpu
class TestCsrMatrixComparison(unittest.TestCase):
nz_rate = 0.3
Expand Down

0 comments on commit 624e669

Please sign in to comment.