Skip to content

catch import error for scipy.signal.find_peaks

Neil Vaytet requested to merge catch_import_errors into master

Make it possible to load the module even if you don't have scipy >= 1.1.0. Note that auto frame finder will then not be available.

Merge request reports