diff options
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r-- | numpy/testing/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py index d17e7e404..e2162acf9 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -1330,7 +1330,7 @@ def _assert_valid_refcount(op): del d # for pyflakes -def assert_allclose(actual, desired, rtol=1e-7, atol=0, equal_nan=False, +def assert_allclose(actual, desired, rtol=1e-7, atol=0, equal_nan=True, err_msg='', verbose=True): """ Raises an AssertionError if two objects are not equal up to desired |