We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_same_kind_index_casting
1 parent e1c39d6 commit 18f4f23Copy full SHA for 18f4f23
torch_np/tests/numpy_tests/core/test_indexing.py
@@ -124,9 +124,7 @@ def test_void_scalar_empty_tuple(self):
124
@pytest.mark.xfail(
125
reason=(
126
"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). "
+ "uint8 tensor indexes are treated as boolean masks (deprecated)"
130
)
131
132
def test_same_kind_index_casting(self):
0 commit comments