diff options
author | David Cournapeau <cournape@gmail.com> | 2009-10-30 10:27:50 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-10-30 10:27:50 +0000 |
commit | 43e59f1d9ba7d740200d95f59ffb80cd28c1c12d (patch) | |
tree | 4fa71312674fa2798508f4b06175480f66d88c5c /numpy/testing/utils.py | |
parent | b325f7350facb82a1fc72b4a52e61d90a0101962 (diff) | |
download | numpy-43e59f1d9ba7d740200d95f59ffb80cd28c1c12d.tar.gz |
STY: remove whitespace.
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r-- | numpy/testing/utils.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py index c5be4c49d..871ae9b35 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -1086,7 +1086,7 @@ def _assert_valid_refcount(op): def assert_array_almost_equal_nulp(x, y, nulp=1): """Compare two arrays relatively to their spacing. It is a relatively robust method to compare two arrays whose amplitude is variable. - + Note ---- An assertion is raised if the following condition is not met: @@ -1096,9 +1096,9 @@ def assert_array_almost_equal_nulp(x, y, nulp=1): Parameters ---------- x: array_like - first input array + first input array y: array_like - second input array + second input array nulp: int max number of unit in the last place for tolerance (see Note) """ |