diff --git a/activitysim/abm/models/location_choice.py b/activitysim/abm/models/location_choice.py index 1d7ed9ed3..847036870 100644 --- a/activitysim/abm/models/location_choice.py +++ b/activitysim/abm/models/location_choice.py @@ -825,7 +825,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: