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_character_assignment
1 parent 02f154a commit 4b8852aCopy full SHA for 4b8852a
torch_np/tests/numpy_tests/core/test_indexing.py
@@ -593,6 +593,7 @@ def test_indexing_array_negative_strides(self):
593
arr[slices] = 10
594
assert_array_equal(arr, 10.)
595
596
+ @pytest.mark.xfail(reason="torch does not support character/string dtypes")
597
def test_character_assignment(self):
598
# This is an example a function going through CopyObject which
599
# used to have an untested special path for scalars
0 commit comments