mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 19:06:06 +08:00
run_module_suite
This commit is contained in:
@@ -136,3 +136,8 @@ def test_cmc():
|
||||
])
|
||||
|
||||
assert_allclose(dE2, oracle, rtol=1.e-8)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from numpy.testing import run_module_suite
|
||||
run_module_suite()
|
||||
|
||||
Reference in New Issue
Block a user