Skip to content

Commit

Permalink
Merge pull request #23030 from charris/backport-23015
Browse files Browse the repository at this point in the history
DOC: Add version added information for the strict parameter in assert_array_equal
  • Loading branch information
charris committed Jan 18, 2023
2 parents 835d1b9 + 4db8f0d commit 104df7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions numpy/testing/_private/utils.py
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 104df7c

Please sign in to comment.