We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
np.product has been deprecated for a while, switch to np.prod instead. This will cause issues with newer versions of numpy.
np.product
np.prod
numpy
Ref:
icenet-event-processor/EventGridProcessor/processes/checks.py
Line 42 in 0d91b75
The text was updated successfully, but these errors were encountered:
Fixes icenet-ai#15: Update from np.product to np.prod
124e341
Merge pull request #17 from bnubald/15_np_deprecated_fix
2c28a74
Fixes #15: Update from np.product to np.prod
bnubald
Successfully merging a pull request may close this issue.
np.product
has been deprecated for a while, switch tonp.prod
instead. This will cause issues with newer versions ofnumpy
.Ref:
icenet-event-processor/EventGridProcessor/processes/checks.py
Line 42 in 0d91b75
The text was updated successfully, but these errors were encountered: