-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Description
The CDAP model contains hard coded person type (ptype) values for workers and children.
For the ARC implementation this causes problems in the tour scheduling components where the children ptypes are further subdivided beyond the values in the hard-coded expression. We would ideally like to be able to define 9 as another child person type for tour scheduling, but this would break the upstream CDAP components.
Preferably, the ptypes should be asserted in the settings.yaml or one of the model configuration yaml files.
activitysim/activitysim/abm/models/util/cdap.py
Lines 38 to 39 in 964ee00
| WORKER_PTYPES = [1, 2] | |
| CHILD_PTYPES = [6, 7, 8] |
Metadata
Metadata
Assignees
Labels
No labels