Add the common config directory to the arguments for cross_border_model.py in runSandagAbm_Preprocessing.cmd and runSandagAbm_ActivitySimXborderWaitModel.cmd, needed because xborder model now uses common/constants.yaml
Impact
Fixes error when calling asim preprocessing or xborder wait
Types of changes
What types of changes does your code introduce to ABM?
Put an x in the boxes that apply
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation Update (if none of the other choices apply)
How has this been tested?
Please describe the tests that you ran to verify your changes.
[ ] Untested but currently running
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
Proposed changes
Add the common config directory to the arguments for cross_border_model.py in runSandagAbm_Preprocessing.cmd and runSandagAbm_ActivitySimXborderWaitModel.cmd, needed because xborder model now uses common/constants.yaml
Impact
Fixes error when calling asim preprocessing or xborder wait
Types of changes
What types of changes does your code introduce to ABM? Put an
x
in the boxes that applyHow has this been tested?
Please describe the tests that you ran to verify your changes.
Checklist: