Skip to content

Commit eb906b2

Browse files
committed
xfail test_subclass_writeable
1 parent c7f0956 commit eb906b2

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
@@ -427,6 +427,7 @@ def test_array_like_values(self):
427427
a[...] = memoryview(s)
428428
assert_array_equal(a, s)
429429

430+
@pytest.mark.xfail(reason="XXX: recarray stuff is TBD")
430431
def test_subclass_writeable(self):
431432
d = np.rec.array([('NGC1001', 11), ('NGC1002', 1.), ('NGC1003', 1.)],
432433
dtype=[('target', 'S20'), ('V_mag', '>f4')])

0 commit comments

Comments
 (0)