Skip to content

Commit 90ad38e

Browse files
committed
xfail test_too_many_fancy_indices_special_case
1 parent 9641b2c commit 90ad38e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch_np/tests/numpy_tests/core/test_indexing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ def test_uncontiguous_subspace_assignment(self):
332332

333333
assert_equal(a, b)
334334

335+
@pytest.mark.xfail("torch does not limit dims to 32")
335336
def test_too_many_fancy_indices_special_case(self):
336337
# Just documents behaviour, this is a small limitation.
337338
a = np.ones((1,) * 32) # 32 is NPY_MAXDIMS

0 commit comments

Comments
 (0)