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.
1 parent 6f446fd commit 486e226Copy full SHA for 486e226
numpy/core/tests/test_umath.py
@@ -1422,7 +1422,7 @@ def test_fp_noncontiguous(self, dtype):
1422
assert_equal(np.isinf(ncontig_in), inf[1::3])
1423
assert_equal(np.signbit(ncontig_in), sign[1::3])
1424
assert_equal(np.isfinite(ncontig_in), finite[1::3])
1425
- # Try with split
+ # contig in, contig out, nd stride
1426
data_split = np.array(np.array_split(data, 2))
1427
nan_split = np.array(np.array_split(nan, 2))
1428
inf_split = np.array(np.array_split(inf, 2))
0 commit comments