Skip to content

Commit

Permalink
cleaned up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Nov 15, 2023
1 parent 084a23b commit cfcc11e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions python/altrios/demos/speed_limit_train_sim_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,9 @@
loco_vec,
SAVE_INTERVAL,
)
init_train_state = alt.InitTrainState(
# TODO: fix how `train_length_meters` is set on instantiation of `train_config`
# offset_meters=train_config.train_length_meters
offset_meters=666,
)
init_train_state = alt.InitTrainState()

tsb = alt.TrainSimBuilder(
# TODO: make sure `train_id` is being used meaningfully
train_id="0",
# Question: what happens if we use arbitrary nonsense for `origin_id` and `destination_id`?
origin_id="Minneapolis",
Expand Down

0 comments on commit cfcc11e

Please sign in to comment.