filters submodule of scipy.ndimage is deprecated
In bounded_1d_kde.py
it imports gaussian_filter1d
from scipy.ndimage.filters
, but the filters
submodule is now deprecated, so it should just be imported from scipy.ndimage
directly.
In bounded_1d_kde.py
it imports gaussian_filter1d
from scipy.ndimage.filters
, but the filters
submodule is now deprecated, so it should just be imported from scipy.ndimage
directly.