Skip to content

Commit

Permalink
Replaced l with , in vehicle_type_choice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeJimFlood committed Mar 28, 2024
1 parent 7449923 commit 74833cb
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 @@ -394,7 +394,7 @@ def iterate_vehicle_type_choice(
if len(model_settings.get("COLS_TO_INCLUDE_IN_CHOOSER_TABLE", [])) > 0:
choosers = choosers[model_settings.get("COLS_TO_INCLUDE_IN_CHOOSER_TABLE", [])]
if len(model_settings.get("COLS_TO_INCLUDE_IN_ALTS_TABLE", [])) > 0:
alts_wide = alts_wide[model_settings.get("COLS_TO_INCLUDE_IN_ALTS_TABLE"l [])]
alts_wide = alts_wide[model_settings.get("COLS_TO_INCLUDE_IN_ALTS_TABLE", [])]

# if there were so many alts that they had to be created programmatically,
# by combining categorical variables, then the utility expressions should make
Expand Down

0 comments on commit 74833cb

Please sign in to comment.