Skip to content

Commit

Permalink
Merge branch 'car_counting' of github.com:NREL/altrios into car_counting
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jan 22, 2025
2 parents 972f9a2 + ff8d0c0 commit 52ae0d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/altrios/sim_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def main(
'Arrival_Time_Actual_Hr': pl.Series([this[len(this)-1].time_hours for this in timed_paths], dtype=pl.Float64)}
)

train_consist_plan_untrimmed = train_consist_plan.clone()
train_consist_plan = (train_consist_plan
.join(train_times,on=["Train_ID","Origin_ID","Destination_ID"],how="left")
)
Expand Down Expand Up @@ -165,4 +166,5 @@ def main(
nodal_energy_prices,
train_sims,
timed_paths,
train_consist_plan_untrimmed
)

0 comments on commit 52ae0d3

Please sign in to comment.