mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
skimage/version.py should be ignored. Doc has been updated with new module
name ``sklearn``
This commit is contained in:
@@ -18,7 +18,7 @@ def load(f):
|
||||
Returns
|
||||
-------
|
||||
img : ndarray
|
||||
Image loaded from scikits.image.data_dir.
|
||||
Image loaded from skimage.data_dir.
|
||||
"""
|
||||
return imread(_os.path.join(data_dir, f))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user