summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_index_tricks.py
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/lib/tests/test_index_tricks.py
parente8d177f74adbe5c7630721a4ab3f20f58839ac99 (diff)
downloadnumpy-da0727912ef179f5491412f737292f12844a8a6f.tar.gz
MAINT: reformat line spacing before test methods
Diffstat (limited to 'numpy/lib/tests/test_index_tricks.py')
-rw-r--r--numpy/lib/tests/test_index_tricks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_index_tricks.py b/numpy/lib/tests/test_index_tricks.py
index 315251daa..7e9c026e4 100644
--- a/numpy/lib/tests/test_index_tricks.py
+++ b/numpy/lib/tests/test_index_tricks.py
@@ -113,7 +113,6 @@ class TestRavelUnravelIndex(object):
assert_(x.flags.writeable)
assert_(y.flags.writeable)
-
def test_0d(self):
# gh-580
x = np.unravel_index(0, ())