In PR #325, the model configuration file for joint tour destination was pointed to use the same model specification as non_mandatory_tour_destination. For consistency sake, would it be better to keep each model self-contained in its own YAML?
| trace_label='non_mandatory_tour_destination' |
| model_settings_file_name='non_mandatory_tour_destination.yaml' |
In PR #325, the model configuration file for joint tour destination was pointed to use the same model specification as non_mandatory_tour_destination. For consistency sake, would it be better to keep each model self-contained in its own YAML?
activitysim/activitysim/abm/models/joint_tour_destination.py
Lines 329 to 330 in 05a25f6