czifile icon indicating copy to clipboard operation
czifile copied to clipboard

Deprecation warning for scipy zoom import

Open erikogabrielsson opened this issue 10 months ago • 0 comments

Hi, When importing czifile I get a deprecation warning for this line:

from scipy.ndimage.interpolation import zoom
DeprecationWarning: Please import `zoom` from the `scipy.ndimage` namespace; the `scipy.ndimage.interpolation` namespace is deprecated and will be removed in SciPy 2.0.0.

erikogabrielsson avatar Apr 18 '24 06:04 erikogabrielsson