SANDAG / ABM

Sandag ABM
https://github.com/SANDAG/ABM/wiki
21 stars 21 forks source link

Remove configs\crossborder\constants.yaml #178

Closed JoeJimFlood closed 2 months ago

JoeJimFlood commented 3 months ago

Proposed changes

The crossborder model had been reading a different constants.yaml file than the one in the common folder. This could lead to confusion as the two files have many of the same parameters defined (often with slightly different names), meaning that changes to the editing would need to be done twice. This pull request removes configs\crossborder\constants.yaml and edits the ActivitySim call in the crossborder model to read the configs from the common configs directory.

Impact

There should be no impact to the running of the model or on the results. The only impact should be on editing the configs, which will reduce the number of places where some settings need to be updated.

Types of changes

What types of changes does your code introduce to ABM? Put an x in the boxes that apply

How has this been tested?

Please describe the tests that you ran to verify your changes.

Checklist: