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.product to be deprecated in v2.0, use numpy.prod instead #1410

Closed
phargogh opened this issue Sep 15, 2023 · 0 comments · Fixed by #1411
Closed

numpy.product to be deprecated in v2.0, use numpy.prod instead #1410

phargogh opened this issue Sep 15, 2023 · 0 comments · Fixed by #1411
Assignees
Labels
bug Something isn't working in progress This issue is actively being worked on

Comments

@phargogh
Copy link
Member

In a forums user's logfile from InVEST 3.14.0, I found the following warning:

2023-09-15 09:33:59,983 (py.warnings) warnings._showwarnmsg(109) WARNING invest/cli.py:470: DeprecationWarning: `product` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `prod` instead.
@phargogh phargogh added bug Something isn't working in progress This issue is actively being worked on labels Sep 15, 2023
@phargogh phargogh self-assigned this Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in progress This issue is actively being worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant