Skip to content

Commit 723605b

Browse files
simonaltroggecharris
authored andcommitted
TST: Add test for allowing None in operand sequence passed to nditer
1 parent 554739e commit 723605b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import numpy as np
2+
3+
arr = np.array([1])
4+
np.nditer([arr, None])

0 commit comments

Comments
 (0)