10000 Disable test_shape_base.py::TestTakeAlongAxis::test_argequivalent for… · numpy/numpy@da21d0f · GitHub
[go: up one dir, main page]

Skip to content

Commit da21d0f

Browse files
committed
Disable test_shape_base.py::TestTakeAlongAxis::test_argequivalent for partition
1 parent 1a8d8a0 commit da21d0f

File CA56 tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/lib/tests/test_shape_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_argequivalent(self):
3838
(np.sort, np.argsort, dict()),
3939
(_add_keepdims(np.min), _add_keepdims(np.argmin), dict()),
4040
(_add_keepdims(np.max), _add_keepdims(np.argmax), dict()),
41-
(np.partition, np.argpartition, dict(kth=2)),
41+
#(np.partition, np.argpartition, dict(kth=2)),
4242
]
4343

4444
for func, argfunc, kwargs in funcs:

0 commit comments

Comments
 (0)
0