Skip to content

Commit ef65955

Browse files
authored
Merge pull request numpy#19063 from ismaelJimenez/fix-gh-19056
ENH: Stubs for array_equal appear out of date.
2 parents 7de0fa9 + 6415870 commit ef65955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: numpy/core/numeric.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,6 @@ def isclose(
238238
equal_nan: bool = ...,
239239
) -> Any: ...
240240

241-
def array_equal(a1: ArrayLike, a2: ArrayLike) -> bool: ...
241+
def array_equal(a1: ArrayLike, a2: ArrayLike, equal_nan: bool = ...) -> bool: ...
242242

243243
def array_equiv(a1: ArrayLike, a2: ArrayLike) -> bool: ...

0 commit comments

Comments
 (0)