Skip to content

Commit

Permalink
Fixed call of reading in alts preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeJimFlood committed Mar 28, 2024
1 parent a3f6056 commit 7449923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activitysim/abm/models/vehicle_type_choice.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def iterate_vehicle_type_choice(
)

# alts preprocessor
alts_preprocessor_settings = model_settings.alts_preprocessor
alts_preprocessor_settings = model_settings.get("alts_preprocessor", None)
if alts_preprocessor_settings:
expressions.assign_columns(
df=alts_wide,
Expand Down

0 comments on commit 7449923

Please sign in to comment.