mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-11 11:25:30 +08:00
MAINT: fix test name
This commit is contained in:
@@ -305,7 +305,7 @@ def test_corner_fast_image_unsupported_error():
|
||||
|
||||
|
||||
@test_parallel()
|
||||
def test_corner_fast_lena():
|
||||
def test_corner_fast_astronaut():
|
||||
img = rgb2gray(data.astronaut())
|
||||
expected = np.array([[101, 198],
|
||||
[140, 205],
|
||||
|
||||
Reference in New Issue
Block a user