Skip to content

Commit

Permalink
Update tests/test_core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 authored Jan 17, 2025
1 parent b1ab1ca commit d112026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,7 @@ def test_repeat_raises(a, repeats, axis):
with pytest.raises(ValueError):
ndx.repeat(ndx.asarray(a), repeats, axis=axis).to_numpy()


@pytest.mark.parametrize(
"x, index",
[
Expand Down

0 comments on commit d112026

Please sign in to comment.