Skip to content

Commit

Permalink
Update IsoAutio.py
Browse files Browse the repository at this point in the history
Added print for error in detection

If this is error by zero, it didn't detect any species in the audio data, try tweetynet instead
  • Loading branch information
Sean1572 committed Nov 14, 2023
1 parent 47f535a commit 512b4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyHa/IsoAutio.py
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ def generate_automated_labels_microfaune(
except KeyboardInterrupt:
exit("Keyboard interrupt")
except BaseException as e:

checkVerbose(e, isolation_parameters)
checkVerbose("Error in isolating bird calls from" + audio_file, isolation_parameters)

continue
Expand Down

0 comments on commit 512b4da

Please sign in to comment.