summaryrefslogtreecommitdiff
path: root/numpy/ma/testutils.py
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2008-05-22 06:43:22 +0000
committerJarrod Millman <millman@berkeley.edu>2008-05-22 06:43:22 +0000
commit9525f467ce805c1aba6d590733f3bc224f9dc84e (patch)
treea97c8379930e384574dfb4fe2e2a7654b89b1a99 /numpy/ma/testutils.py
parent0e968fdb7c04d1397ba5a28e0c7a2a6261fe916e (diff)
downloadnumpy-9525f467ce805c1aba6d590733f3bc224f9dc84e.tar.gz
fixed whitespace w/ reindent
Diffstat (limited to 'numpy/ma/testutils.py')
-rw-r--r--numpy/ma/testutils.py2
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=''):