Skip to content

Commit

Permalink
fix: remove artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
AJDERS committed Nov 14, 2023
1 parent be6f683 commit ddd0f41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/coral_models/prepare_raw_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,6 @@ def make_recording_metadata(

# Remove rows with no recording id. Sometimes recorders did not submit their
# all their recordings.

#### IDS ARE STILL WRONG!=!=!==!?!??!?!?!
# MYBE BECAUSE RESET INDEX; GO THROUGH ALL LINES BELOW

all_recording_metadata = all_recording_metadata[
all_recording_metadata["recording_id"].notna()
].reset_index(drop=True)
Expand Down

0 comments on commit ddd0f41

Please sign in to comment.