diff --git a/tests/test_core.py b/tests/test_core.py index 724c8a1..2504061 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -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", [