From 372995d3c4d2db3407dcde92159d51e998d106c9 Mon Sep 17 00:00:00 2001 From: David Hensle Date: Mon, 18 Dec 2023 11:56:54 -0800 Subject: [PATCH] blacken --- activitysim/abm/models/location_choice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activitysim/abm/models/location_choice.py b/activitysim/abm/models/location_choice.py index 1d7ed9ed36..8470368708 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: