MAINT: PEP8 fixes and _interpolation_test.pyx -> interpolation.pyx rename

This commit is contained in:
Gregory R. Lee
2015-08-13 23:39:55 -04:00
parent fb0b258deb
commit cef22e4234
8 changed files with 69 additions and 47 deletions
-2
View File
@@ -181,7 +181,6 @@ def test_resize3d_resize():
assert_almost_equal(resized, ref)
def test_resize3d_2din_3dout():
# 3D output with 2D input
x = np.zeros((5, 5), dtype=np.double)
@@ -192,7 +191,6 @@ def test_resize3d_2din_3dout():
assert_almost_equal(resized, ref)
def test_resize3d_bilinear():
# bilinear 3rd dimension
x = np.zeros((5, 5, 2), dtype=np.double)