Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 22, 2023
1 parent 7386ecd commit ff01f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_package_test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,5 @@ def np_assert_array_equal(*args, **kwargs):
This function is here for testing on older Python (and therefore ``numpy``)
"""
if not _numpy_testing_supports_strict_kwarg:
kawrgs.pop("strict")
kwargs.pop("strict")
np.testing.assert_array_equal(*args, **kwargs)

0 comments on commit ff01f80

Please sign in to comment.