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

upstream-dev failures due to numpy dtype deprecations #4168

Closed
keewis opened this issue Jun 22, 2020 · 0 comments · Fixed by #4170
Closed

upstream-dev failures due to numpy dtype deprecations #4168

keewis opened this issue Jun 22, 2020 · 0 comments · Fixed by #4170

Comments

@keewis
Copy link
Collaborator

keewis commented Jun 22, 2020

It seems numpy recently changed their dtype system and we now get warnings for np.bool, np.int and np.long. Instead, the warnings suggest we should use the python types or np.compat.long.

Since we have a few tests that require zero warnings, this means our test suite fails (and more than 13000 warnings are not a good thing, anyways).

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 a pull request may close this issue.

1 participant