mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-10 12:40:08 +08:00
ENH: Add motion blurred clock image.
This commit is contained in:
@@ -34,6 +34,11 @@ def test_page():
|
||||
data.page()
|
||||
|
||||
|
||||
def test_page():
|
||||
""" Test that "clock" image can be loaded. """
|
||||
data.clock()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from numpy.testing import run_module_suite
|
||||
run_module_suite()
|
||||
|
||||
Reference in New Issue
Block a user