mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
MAINT: PEP8 fixes and _interpolation_test.pyx -> interpolation.pyx rename
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user