From 1dff3cea279dd1736dfee03334404eb381fedc75 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Mon, 21 Apr 2014 16:14:21 +0200 Subject: DOC: fix examples in f2py documentation. They didn't appear at all in html. Also fix example in testing that Sphinx saw as section header. --- numpy/testing/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/testing/utils.py') 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) -- cgit v1.2.1