summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r--numpy/testing/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py
index 24058842d..0c0483f39 100644
--- a/numpy/testing/utils.py
+++ b/numpy/testing/utils.py
@@ -1110,7 +1110,7 @@ def _assert_valid_refcount(op):
assert(sys.getrefcount(i) >= rc)
-def assert_allclose(actual, desired, rtol=1e-5, atol=1e-8,
+def assert_allclose(actual, desired, rtol=1e-7, atol=0,
err_msg='', verbose=True):
"""
Raise an assertion if two objects are not equal up to desired tolerance.