Skip to content

Commit 18f4f23

Browse files
committed
Update xfail reason for test_same_kind_index_casting
1 parent e1c39d6 commit 18f4f23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

torch_np/tests/numpy_tests/core/test_indexing.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@ def test_void_scalar_empty_tuple(self):
124124
@pytest.mark.xfail(
125125
reason=(
126126
"torch does not support integer indexing int tensors with uints - "
127-
"you can't integer index int tensors with anything but a int64 "
128-
"tensor, and uint8 tensor indexes are treated as boolean masks "
129-
"(deprecated behaviour). "
127+
"uint8 tensor indexes are treated as boolean masks (deprecated)"
130128
)
131129
)
132130
def test_same_kind_index_casting(self):

0 commit comments

Comments
 (0)