Skip to content

Commit

Permalink
TST: Add test for allowing None in operand sequence passed to nditer
Browse files Browse the repository at this point in the history
  • Loading branch information
simonaltrogge authored and charris committed Dec 20, 2024
1 parent 554739e commit 723605b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions numpy/typing/tests/data/pass/nditer.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import numpy as np

arr = np.array([1])
np.nditer([arr, None])

0 comments on commit 723605b

Please sign in to comment.