From 0e6919bb0b3339651aff442234e56c6a4fa11bd8 Mon Sep 17 00:00:00 2001 From: David Hensle Date: Fri, 8 Mar 2024 13:23:13 -0800 Subject: [PATCH] blacken --- activitysim/abm/models/location_choice.py | 2 +- activitysim/core/configuration/logit.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/activitysim/abm/models/location_choice.py b/activitysim/abm/models/location_choice.py index d71da5694..c9374b535 100644 --- a/activitysim/abm/models/location_choice.py +++ b/activitysim/abm/models/location_choice.py @@ -152,7 +152,7 @@ def _location_sample( logger.info( f"SAMPLE_SIZE set to 0 for {trace_label} because disable_destination_sampling is set" ) - + locals_d = { "skims": skims, "segment_size": segment_name, diff --git a/activitysim/core/configuration/logit.py b/activitysim/core/configuration/logit.py index 403aa0ceb..8c530621a 100644 --- a/activitysim/core/configuration/logit.py +++ b/activitysim/core/configuration/logit.py @@ -203,7 +203,6 @@ class TourLocationComponentSettings(LocationComponentSettings, extra="forbid"): Larch does not yet support sampling alternatives for estimation, but this setting is still helpful for estimation mode runtime. """ - class TourModeComponentSettings(TemplatedLogitComponentSettings, extra="forbid"):