mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-25 13:30:51 +08:00
fixed error language
This commit is contained in:
@@ -111,7 +111,7 @@ class _RegionProperties(object):
|
||||
|
||||
if intensity_image is not None:
|
||||
if not intensity_image.shape == label_image.shape:
|
||||
raise ValueError('Label and intensity image must be the same shape.')
|
||||
raise ValueError('Label and intensity image must have the same shape.')
|
||||
|
||||
self.label = label
|
||||
self._slice = slice
|
||||
|
||||
Reference in New Issue
Block a user