diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-05-22 06:43:22 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-05-22 06:43:22 +0000 |
commit | 9525f467ce805c1aba6d590733f3bc224f9dc84e (patch) | |
tree | a97c8379930e384574dfb4fe2e2a7654b89b1a99 /numpy/ma/testutils.py | |
parent | 0e968fdb7c04d1397ba5a28e0c7a2a6261fe916e (diff) | |
download | numpy-9525f467ce805c1aba6d590733f3bc224f9dc84e.tar.gz |
fixed whitespace w/ reindent
Diffstat (limited to 'numpy/ma/testutils.py')
-rw-r--r-- | numpy/ma/testutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/testutils.py b/numpy/ma/testutils.py index af0e818b2..d6f3aa1dd 100644 --- a/numpy/ma/testutils.py +++ b/numpy/ma/testutils.py @@ -55,7 +55,7 @@ are considered unequal. y = filled(masked_array(d2, copy=False, mask=m), 1).astype(float_) d = N.around(N.abs(x-y),decimal) <= 10.0**(-decimal) return d.ravel() - + #................................................ def _assert_equal_on_sequences(actual, desired, err_msg=''): |