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

Update np.product to np.prod #15

Open
bnubald opened this issue Nov 3, 2024 · 0 comments · Fixed by #17
Open

Update np.product to np.prod #15

bnubald opened this issue Nov 3, 2024 · 0 comments · Fixed by #17
Assignees
Labels
bug Something isn't working

Comments

@bnubald
Copy link

bnubald commented Nov 3, 2024

np.product has been deprecated for a while, switch to np.prod instead. This will cause issues with newer versions of numpy.

Ref:

np.product(threshold_da.shape)))

@bnubald bnubald added the bug Something isn't working label Nov 3, 2024
@bnubald bnubald self-assigned this Nov 3, 2024
bnubald added a commit to bnubald/icenet-event-processor that referenced this issue Nov 3, 2024
bnubald added a commit that referenced this issue Nov 3, 2024
Fixes #15: Update from np.product to np.prod
@bnubald bnubald linked a pull request Nov 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant