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
Seen in a stderr log on my fresh dev server with numpy v1.26.4:
It comes from omero/analysis_scripts/Kymograph.py
omero/analysis_scripts/Kymograph.py
DeprecationWarning: np.math is a deprecated alias for the standard library math module (Deprecated Numpy 1.25). Replace usages of np.math with math
np.math
math
The text was updated successfully, but these errors were encountered:
See #219
Sorry, something went wrong.
No branches or pull requests
Seen in a stderr log on my fresh dev server with numpy v1.26.4:
It comes from
omero/analysis_scripts/Kymograph.py
DeprecationWarning:
np.math
is a deprecated alias for the standard librarymath
module (Deprecated Numpy 1.25). Replace usages ofnp.math
withmath
The text was updated successfully, but these errors were encountered: