We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a5474 commit 744fc3cCopy full SHA for 744fc3c
activitysim/estimation/larch/scheduling.py
@@ -272,6 +272,17 @@ def mandatory_tour_scheduling_school_model(
272
)
273
274
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
286
def non_mandatory_tour_scheduling_model(
287
edb_directory="output/estimation_data_bundle/{name}/", return_data=False
288
):
0 commit comments