Skip to content

Commit 744fc3c

Browse files
committed
Update scheduling.py
1 parent c7a5474 commit 744fc3c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

activitysim/estimation/larch/scheduling.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,17 @@ def mandatory_tour_scheduling_school_model(
272272
)
273273

274274

275+
def mandatory_tour_scheduling_univ_model(
276+
edb_directory="output/estimation_data_bundle/{name}/", return_data=False
277+
):
278+
return schedule_choice_model(
279+
name="mandatory_tour_scheduling_univ",
280+
edb_directory=edb_directory,
281+
return_data=return_data,
282+
coefficients_file="tour_scheduling_univ_coefficients.csv",
283+
)
284+
285+
275286
def non_mandatory_tour_scheduling_model(
276287
edb_directory="output/estimation_data_bundle/{name}/", return_data=False
277288
):

0 commit comments

Comments
 (0)