Skip to content

Commit

Permalink
Fix geolife parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorgadov committed Dec 2, 2022
1 parent 99b22ee commit 215bf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/geolife.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def _process_usr_trajs(usr_folder: Path, raw_metadata: List[dict]) -> None:
"label": label.name,
}
)
traj.clear()
traj.clear()

# Move to the next label
label_idx += 1
Expand Down

0 comments on commit 215bf78

Please sign in to comment.