Kymograph.py numpy.math depreciation warning
Closed this issue · 1 comments
Tom-TBT commented
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 library math
module (Deprecated Numpy 1.25). Replace usages of np.math
with math