-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backport): Replace deprecated np.product by np.prod
* Backport PR #2242 * Use np.prod API over np.product as np.product is deprecated as of NumPy v1.25.0. - c.f. https://numpy.org/devdocs/release/1.25.0-notes.html#deprecations
- Loading branch information
1 parent
3639975
commit beb0c34
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters