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

Tests raise a deprecation warning #641

Closed
arokem opened this issue May 2, 2015 · 6 comments
Closed

Tests raise a deprecation warning #641

arokem opened this issue May 2, 2015 · 6 comments

Comments

@arokem
Copy link
Contributor

arokem commented May 2, 2015

UserWarning: This function is deprecated please use dipy.align.reslice.reslice instead.

@arokem
Copy link
Contributor Author

arokem commented Feb 3, 2016

More deprecation warnings:

/Users/arokem/anaconda/lib/python3.5/site-packages/scikit_image-0.12.dev0-py3.5-macosx-10.5-x86_64.egg/skimage/filter/__init__.py:6: skimage_deprecation: The skimage.filtermodule has been renamed toskimage.filters. This placeholder module will be removed in v0.13. warn(skimage_deprecation('The skimage.filter module has been renamed '

@arokem
Copy link
Contributor Author

arokem commented Feb 3, 2016

/Users/arokem/source/dipy/dipy/workflows/docstring_parser.py:145: UserWarning: Unknown section Yields warn("Unknown section %s" % key)

@OrkoHunter
Copy link
Contributor

I'm on it !

We can have a expected_warnings() context in similar fashion as scikit-image, for the warnings which are not to be eliminated but are expected to be raised.

@OrkoHunter
Copy link
Contributor

Oops ! This issue is actually about deprecation warnings only, but I think I overlooked and worked on every warning being raised.

@skoudoro
Copy link
Member

skoudoro commented Dec 3, 2018

Hi @arokem,

Should we keep this issue? Can we close it? What should we fix exactly?

@arokem
Copy link
Contributor Author

arokem commented Dec 3, 2018

We can probably close this one.

@arokem arokem closed this as completed Dec 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants