Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed deprecation warning in skimage #749

Merged
merged 1 commit into from Oct 27, 2015
Merged

Conversation

samuelstjean
Copy link
Contributor

Try
from dipy.segment.mask import median_otsu

with scikit-image installed, so that it uses the local version, and you get

/home/samuel/.local/lib/python2.7/site-packages/skimage/filter/init.py:6: skimage_deprecation: The skimage.filter module has been renamed to skimage.filters. This placeholder module will be removed in v0.13.
warn(skimage_deprecation('The skimage.filter module has been renamed '

So now it's fixed. It should also use the local copy in case the user has an old version.

arokem added a commit that referenced this pull request Oct 27, 2015
Fixed deprecation warning in skimage
@arokem arokem merged commit 0bbaadf into dipy:master Oct 27, 2015
@samuelstjean samuelstjean deleted the patch-3 branch October 27, 2015 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants