File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
torch_np/tests/numpy_tests/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def test_void_scalar_empty_tuple(self):
132
132
@pytest .mark .xfail (
133
133
reason = (
134
134
"torch does not support integer indexing int tensors with uints - "
135
- "uint8 tensor indexes are treated as boolean masks (deprecated)"
135
+ "torch instead treats uint8 tensors as boolean masks (deprecated)"
136
136
)
137
137
)
138
138
def test_same_kind_index_casting (self ):
@@ -491,7 +491,7 @@ def __array__(self):
491
491
@pytest .mark .xfail (
492
492
reason = (
493
493
"torch does not support integer indexing int tensors with uints - "
494
- "uint8 tensor indexes are treated as boolean masks (deprecated)"
494
+ "torch instead treats uint8 tensors as boolean masks (deprecated)"
495
495
)
496
496
)
497
497
def test_small_regressions (self ):
You can’t perform that action at this time.
0 commit comments