File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,12 +148,6 @@ output_tables:
148148 TAZ : land_use_taz.TAZ
149149 - disaggregate_accessibility
150150
151- distributed_time_factor_work_mean : 1.0
152- distributed_time_factor_work_stddev : 0.7
153- distributed_time_factor_nonwork_mean : 1.0
154- distributed_time_factor_nonwork_stddev : 0.6
155- distributed_time_factor_min : 0.1
156- distributed_time_factor_max : 10
157151
158152check_model_settings : True
159153
Original file line number Diff line number Diff line change 33from .transponder_ownership import TransponderOwnershipSettings
44
55from activitysim .core .configuration .base import PydanticReadable
6- from activitysim .core .configuration .logit import (
7- TourLocationComponentSettings ,
8- TourModeComponentSettings ,
9- )
10- from activitysim .core .workflow import State
6+ from activitysim .core .configuration .logit import TourLocationComponentSettings
117
128
139
2925 "settings_cls" : ExternalIdentificationSettings ,
3026 "settings_file" : "external_student_identification.yaml"
3127 },
32- "external_non_mandatory_tour_identification " : {
28+ "external_non_mandatory_identification " : {
3329 "settings_cls" : ExternalIdentificationSettings ,
3430 "settings_file" : "external_non_mandatory_identification.yaml"
3531 },
You can’t perform that action at this time.
0 commit comments