taborlab / FlowCal

Python Flow Cytometry Calibration Library
MIT License
49 stars 23 forks source link

namespace warning #355

Open lin1996-ux opened 2 years ago

lin1996-ux commented 2 years ago
FlowCal/gate.py:505: DeprecationWarning: Please use `gaussian_filter` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is deprecated.

in FlowCal.gate.density2d(): sH = scipy.ndimage.filters.gaussian_filter()