Skip to content

Commit

Permalink
changement de la colonne du temps
Browse files Browse the repository at this point in the history
  • Loading branch information
e-lanaud committed Nov 10, 2020
1 parent 525b503 commit ad39fc7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions collector/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
COLUMNS_SPACING_POC = [f"distToPVeh_CACC_follower{i}" for i in (1, 2, 3, 4)]
COLUMNS_SPEED_POC = ["speed_CACC_leader"] + [f"speed_CACC_follower{i}" for i in (1, 2, 3, 4)]
COLUMNS_TIME_CARMA = ["Time", "Heure"]
COLUMNS_TIME_POC = [
"bin_utc_time_formatted",
]
COLUMNS_TIME_POC = ["elapsed_time (s)"]
COLUMNS_TIME = ["Time"]

# Standard column names
Expand Down

0 comments on commit ad39fc7

Please sign in to comment.