SyneRBI / SIRF-Exercises

SIRF Training and demonstration material
http://www.ccpsynerbi.ac.uk
Apache License 2.0
17 stars 21 forks source link

gaussian_filter deprecation warning #198

Open KrisThielemans opened 1 year ago

KrisThielemans commented 1 year ago

we use

from scipy.ndimage.filters import gaussian_filter

in a few places but now get

DeprecationWarning: Please use `gaussian_filter` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is deprecated.