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

tiff_file.py imports deprecated numpy module #119

Open
nimrodV81 opened this issue Mar 4, 2020 · 0 comments
Open

tiff_file.py imports deprecated numpy module #119

nimrodV81 opened this issue Mar 4, 2020 · 0 comments

Comments

@nimrodV81
Copy link

line 15 in tiff_file.py
from numpy.testing.utils import memusage

when importing within a pytest test suite I get the error
E ImportWarning: Importing from numpy.testing.utils is deprecated since 1.15.0, import from numpy.testing instead.

possible fix
from numpy.testing import memusage

I have
numpy 1.17.5
ubuntu 18.04
python 3.6

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

No branches or pull requests

1 participant