Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/third_party/cupy/manipulation_tests/test_rearrange.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def test_roll_cupy_shift(self, xp, dtype):


class TestRollTypeError(unittest.TestCase):
# TODO: update, once dpctl#1857 is resolved
@testing.with_requires("numpy<2.1.2") # done in numpy#27437
def test_roll_invalid_shift(self):
for xp in (numpy, cupy):
x = testing.shaped_arange((5, 2), xp)
Expand Down
Loading