Skip to content

Commit

Permalink
Update incorrect constant
Browse files Browse the repository at this point in the history
  • Loading branch information
wqi committed Apr 29, 2022
1 parent 84a56e7 commit ce28356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/av2/datasets/motion_forecasting/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from typing import Final

AV2_SCENARIO_OBS_TIMESTEPS: Final[int] = 60
AV2_SCENARIO_STEP_HZ: Final[int] = 10
AV2_SCENARIO_OBS_TIMESTEPS: Final[int] = 50
AV2_SCENARIO_PRED_TIMESTEPS: Final[int] = 60
AV2_SCENARIO_TOTAL_TIMESTEPS: Final[int] = 110

0 comments on commit ce28356

Please sign in to comment.