lifewatch / pypam

Python Passive Acoustic Analysis tool for Passive Acoustic Monitoring (PAM)
GNU General Public License v3.0
41 stars 8 forks source link

function detect_ship_events is raising an error when binsize is None #60

Closed SimLrt32 closed 1 year ago

SimLrt32 commented 1 year ago

If the parameter binsize in the function detect_ship_events in acoustic_file.py is set to None, there will be an error raised by line 1048 "seconds_start = binsize * 1"