Skip to content
Snippets Groups Projects
Commit 3a2e7371 authored by Stephane Chavin's avatar Stephane Chavin
Browse files

add

parent 9e5726d6
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ def main(entry, arguments, species_list): ...@@ -36,7 +36,7 @@ def main(entry, arguments, species_list):
0, file_duration, arguments.duration - arguments.overlap) 0, file_duration, arguments.duration - arguments.overlap)
grp = utils.split_annotations( grp = utils.split_annotations(
grp, arguments.duration) grp, arguments.duration)
grp = pd.reset_index(drop=True) grp = grp.reset_index(drop=True)
while len(grp) != 0: while len(grp) != 0:
# collect all the data between the offset and duration-overlap # collect all the data between the offset and duration-overlap
if len(offset_list) >= 1: if len(offset_list) >= 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment