diff options
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r-- | numpy/testing/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py index 70357d835..ddf21e2bc 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -1332,7 +1332,6 @@ def assert_array_almost_equal_nulp(x, y, nulp=1): >>> np.testing.assert_array_almost_equal_nulp(x, x*eps/2 + x) >>> np.testing.assert_array_almost_equal_nulp(x, x*eps + x) - ------------------------------------------------------------ Traceback (most recent call last): ... AssertionError: X and Y are not equal to 1 ULP (max is 2) |