ACCarnall / bagpipes

Bagpipes is a state of the art code for generating realistic model galaxy spectra and fitting these to spectroscopic and photometric observations. Users should install with pip, not by cloning the repository.
http://bagpipes.readthedocs.io
GNU General Public License v3.0
71 stars 37 forks source link

Fix deprecated scipy namespace #56

Closed larrybradley closed 4 months ago

larrybradley commented 5 months ago

The scipy.ndimage.filters namespace was deprecated in scipy 1.8.0.

>>> from scipy.ndimage.filters import gaussian_filter
DeprecationWarning: Please use `gaussian_filter` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is deprecated.
ACCarnall commented 4 months ago

Thanks very much Larry!