diff --git a/activitysim/abm/models/location_choice.py b/activitysim/abm/models/location_choice.py index 5200bc2d8..359b23d6e 100644 --- a/activitysim/abm/models/location_choice.py +++ b/activitysim/abm/models/location_choice.py @@ -850,7 +850,7 @@ def run_location_choice( .drop(columns=model_settings["ALT_DEST_COL_NAME"]) .set_index(index_name) ) - + choices_list.append(choices_df) if want_sample_table: