Skip to content

Commit

Permalink
dont do index on insect
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed May 27, 2024
1 parent 10609ec commit 7dd37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Melt/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def calc_cacophony_index(tracks, length):


def filter_tracks(tracks):
filtered_labels = ["noise"]
filtered_labels = ["noise","insect"]
filtered = [
t
for t in tracks
Expand Down

0 comments on commit 7dd37c4

Please sign in to comment.