mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-31 12:41:20 +08:00
removed typo that caused test error
This commit is contained in:
committed by
Stefan van der Walt
parent
5de38f290c
commit
5c2189550a
@@ -40,7 +40,7 @@ def make_key_event(key):
|
||||
@skipif(not viewer_available)
|
||||
def test_collection_viewer():
|
||||
|
||||
img = data.astro()
|
||||
img = data.astronaut()
|
||||
img_collection = tuple(pyramid_gaussian(img))
|
||||
|
||||
view = CollectionViewer(img_collection)
|
||||
|
||||
Reference in New Issue
Block a user