Skip to content

Commit

Permalink
Skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
asi1024 committed Jan 21, 2025
1 parent 5e2ebeb commit addaf8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cupyx_tests/scipy_tests/sparse_tests/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ def test_list_indexing(self, xp, sp, dtype):
return res

@skip_HIP_0_size_matrix()
@testing.with_requires('scipy<1.15.0')
@testing.for_dtypes('fdFD')
@testing.for_dtypes('il', name='ind_dtype')
@testing.numpy_cupy_array_equal(
Expand All @@ -468,6 +469,7 @@ def test_numpy_ndarray_indexing(self, xp, sp, dtype, ind_dtype):
return res

@skip_HIP_0_size_matrix()
@testing.with_requires('scipy<1.15.0')
@testing.for_dtypes('fdFD')
@testing.for_dtypes('il', name='ind_dtype')
@testing.numpy_cupy_array_equal(
Expand Down

0 comments on commit addaf8d

Please sign in to comment.