Skip to content

Commit

Permalink
Update src/coral_models/prepare_raw_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Saattrup Nielsen <47701536+saattrupdan@users.noreply.github.com>
  • Loading branch information
AJDERS and saattrupdan authored Nov 30, 2023
1 parent 552c601 commit ff2a3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coral_models/prepare_raw_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def prepare_raw_data(
# audio.
read_aloud_duration = 0.0
conversation_duration = 0.0
rows_to_remove = []
rows_to_remove: list[int] = []
for row_i, row in tqdm(recordings.iterrows()):
filename = input_path / row["filename"]

Expand Down

0 comments on commit ff2a3fe

Please sign in to comment.