Skip to content

Commit

Permalink
Merge pull request #23325 from hawkinsp/reduceat
Browse files Browse the repository at this point in the history
TYP: Replace duplicate reduce in ufunc type signature with reduceat.
  • Loading branch information
BvB93 committed Mar 5, 2023
2 parents 7617e0c + 2e5f1df commit ab49883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3211,7 +3211,7 @@ class ufunc:
# can't type them very precisely.
reduce: Any
accumulate: Any
reduce: Any
reduceat: Any
outer: Any
# Similarly at won't be defined for ufuncs that return multiple
# outputs, so we can't type it very precisely.
Expand Down

0 comments on commit ab49883

Please sign in to comment.