Skip to content

Commit

Permalink
DOC: Add version added information for the strict parameter in assert…
Browse files Browse the repository at this point in the history
…_array_equal (#23015)
  • Loading branch information
hmaarrfk authored and charris committed Jan 17, 2023
1 parent 835d1b9 commit 4db8f0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions numpy/testing/_private/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,8 @@ def assert_array_equal(x, y, err_msg='', verbose=True, *, strict=False):
type of the array_like objects does not match. The special
handling for scalars mentioned in the Notes section is disabled.
.. versionadded:: 1.24.0
Raises
------
AssertionError
Expand Down

0 comments on commit 4db8f0d

Please sign in to comment.