From c6e75fce247d3d698ef76bb2c550858d32241268 Mon Sep 17 00:00:00 2001 From: warren Date: Fri, 18 Nov 2022 10:55:18 -0500 Subject: DOC: testing: Fix typo: nulps -> nulp [skip actions] [skip travis] [skip azp] --- numpy/testing/_private/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/testing') diff --git a/numpy/testing/_private/utils.py b/numpy/testing/_private/utils.py index ea1dc28b5..45400856b 100644 --- a/numpy/testing/_private/utils.py +++ b/numpy/testing/_private/utils.py @@ -1626,7 +1626,7 @@ def assert_array_almost_equal_nulp(x, y, nulp=1): ----- An assertion is raised if the following condition is not met:: - abs(x - y) <= nulps * spacing(maximum(abs(x), abs(y))) + abs(x - y) <= nulp * spacing(maximum(abs(x), abs(y))) Examples -------- -- cgit v1.2.1