Skip to content

Add old peak finding

Neil Vaytet requested to merge add_old_peak_finding into master

This re-introduces the old method for finding peaks, because scipy.signal.find_peaks is only available in scipy>=1.1.0, and this caused headaches for users. So we now revert back to the old method in case find_peaks cannot be imported. Note that the old method should not stay in there forever and will be removed at a later date, when newer versions of scipy are more widespread.

Merge request reports