Skip to content

Commit

Permalink
Merge pull request #749 from samuelstjean/patch-3
Browse files Browse the repository at this point in the history
Fixed deprecation warning in skimage
  • Loading branch information
arokem committed Oct 27, 2015
2 parents df0b9f4 + 1402ae7 commit 0bbaadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/segment/mask.py
Expand Up @@ -8,7 +8,7 @@

from scipy.ndimage.filters import median_filter
try:
from skimage.filter import threshold_otsu as otsu
from skimage.filters import threshold_otsu as otsu
except:
from .threshold import otsu

Expand Down

0 comments on commit 0bbaadf

Please sign in to comment.