summaryrefslogtreecommitdiff
path: root/numpy/ma
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-08-19 11:27:46 +0300
committermattip <matti.picus@gmail.com>2018-08-19 11:27:46 +0300
commitda0727912ef179f5491412f737292f12844a8a6f (patch)
treeacb3ff6c98914174e2f6e7ebd0fd4015efeb0a66 /numpy/ma
parente8d177f74adbe5c7630721a4ab3f20f58839ac99 (diff)
downloadnumpy-da0727912ef179f5491412f737292f12844a8a6f.tar.gz
MAINT: reformat line spacing before test methods
Diffstat (limited to 'numpy/ma')
-rw-r--r--numpy/ma/tests/test_core.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/ma/tests/test_core.py b/numpy/ma/tests/test_core.py
index b1d78fc7d..a08a0d956 100644
--- a/numpy/ma/tests/test_core.py
+++ b/numpy/ma/tests/test_core.py
@@ -514,8 +514,6 @@ class TestMaskedArray(object):
fill_value=999999)''')
)
-
-
def test_str_repr_legacy(self):
oldopts = np.get_printoptions()
np.set_printoptions(legacy='1.13')
@@ -788,7 +786,6 @@ class TestMaskedArray(object):
control = "(0, [[--, 0.0, --], [0.0, 0.0, --]], 0.0)"
assert_equal(str(t_2d0), control)
-
def test_flatten_structured_array(self):
# Test flatten_structured_array on arrays
# On ndarray