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

numpy deprecation warning #492

Open
pavlis opened this issue Jan 19, 2024 · 1 comment
Open

numpy deprecation warning #492

pavlis opened this issue Jan 19, 2024 · 1 comment

Comments

@pavlis
Copy link
Collaborator

pavlis commented Jan 19, 2024

I'm getting the following error any time I run the current container:

/tmp/ipykernel_535579/2643044777.py:26: DeprecationWarning: `alltrue` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `all` instead.

This is a well known warning but I do not understand how to find where it is happening since it seems this is coming from cached copy something is creating in jupyter/python. It is just a warning but we should address it. As far as I can tell it isn't causing any issues for now.

@pavlis
Copy link
Collaborator Author

pavlis commented Jan 20, 2024

I think this is not our problem but obspy. At least during a debugging session I see the error pop up when it runs obspy's travel time calculator.

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