Skip to content

Commit 1b37851

Browse files
jpn--Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0f68db0 commit 1b37851

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

configs/resident/settings.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

158152
check_model_settings: True
159153

extensions/settings_checker.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
from .transponder_ownership import TransponderOwnershipSettings
44

55
from 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

@@ -29,7 +25,7 @@
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
},

0 commit comments

Comments
 (0)