Skip to content

Commit 4993f76

Browse files
committed
Merge commit '3d512f64a1df63435429fedd586764522a994826' into cfg-documentation-vy
# Conflicts: # activitysim/abm/models/trip_scheduling_choice.py
2 parents 245b872 + 3d512f6 commit 4993f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

activitysim/abm/models/trip_scheduling_choice.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ def get_spec_for_segment(
199199
"""
200200
Read in the model spec
201201
:param model_settings: model settings file
202-
:param spec_name: name of the key in the settings file
203202
:param segment: which segment of the spec file do you want to read
204203
:return: array of utility equations
205204
"""
@@ -333,11 +332,12 @@ class TripSchedulingChoiceSettings(PydanticReadable, extra="forbid"):
333332
Settings for the `trip_scheduling_choice` component.
334333
"""
335334

336-
SPECIFICATION: str
337-
338335
PREPROCESSOR: PreprocessorSettings | None = None
339336
"""Setting for the preprocessor."""
340337

338+
SPECIFICATION: str
339+
"""file name of specification file"""
340+
341341

342342
@workflow.step
343343
def trip_scheduling_choice(

0 commit comments

Comments
 (0)