Skip to content

Commit 9a8246e

Browse files
committed
TST: add failing test
1 parent 7351341 commit 9a8246e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/core/tests/test_ufunc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,6 +2231,7 @@ def test_at_negative_indexes(self):
22312231
assert a[-1] == 11 # issue 24147
22322232
assert a[1] == 2
22332233
assert a[2] == 3
2234+
assert np.all(indxs == [-1, 1, -1, 2])
22342235

22352236
def test_at_not_none_signature(self):
22362237
# Test ufuncs with non-trivial signature raise a TypeError

0 commit comments

Comments
 (0)