ome / omero-scripts

Core OMERO Scripts
https://pypi.org/project/omero-scripts/
11 stars 32 forks source link

Kymograph.py numpy.math depreciation warning #218

Closed Tom-TBT closed 2 months ago

Tom-TBT commented 2 months ago

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

jburel commented 2 months ago

See https://github.com/ome/omero-scripts/pull/219