mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
Fix double space in warning message
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ except ImportError:
|
||||
"""This would invoke the skimage test suite, but nose couldn't be
|
||||
imported so the test suite can not run.
|
||||
"""
|
||||
raise ImportError("Could not load nose. Unit tests not available.")
|
||||
raise ImportError("Could not load nose. Unit tests not available.")
|
||||
else:
|
||||
def test(verbose=False):
|
||||
"""Invoke the skimage test suite."""
|
||||
|
||||
Reference in New Issue
Block a user