summaryrefslogtreecommitdiff
path: root/numpy/ma/testutils.py
diff options
context:
space:
mode:
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=''):