macaodha / batdetect2

Other
53 stars 10 forks source link

fix: the case of no detections is now handled better #11

Closed mbsantiago closed 1 year ago

mbsantiago commented 1 year ago

Changes:

  1. Added an empty audio file as a test case. The model should be able to run but provide no detections. Successfully running this test would also mean that the case of no detections is handled better.
  2. Modified the functions that merge results to handle the case of no detections without raising an error.