diff options
author | mattip <matti.picus@gmail.com> | 2018-08-19 11:27:46 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-08-19 11:27:46 +0300 |
commit | da0727912ef179f5491412f737292f12844a8a6f (patch) | |
tree | acb3ff6c98914174e2f6e7ebd0fd4015efeb0a66 /numpy/ma | |
parent | e8d177f74adbe5c7630721a4ab3f20f58839ac99 (diff) | |
download | numpy-da0727912ef179f5491412f737292f12844a8a6f.tar.gz |
MAINT: reformat line spacing before test methods
Diffstat (limited to 'numpy/ma')
-rw-r--r-- | numpy/ma/tests/test_core.py | 3 |
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 |