Skip to content

Commit 215bf78

Browse files
committed
Fix geolife parsing
1 parent 99b22ee commit 215bf78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/geolife.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _process_usr_trajs(usr_folder: Path, raw_metadata: List[dict]) -> None:
9797
"label": label.name,
9898
}
9999
)
100-
traj.clear()
100+
traj.clear()
101101

102102
# Move to the next label
103103
label_idx += 1

0 commit comments

Comments
 (0)