Add common config directory to arguments when calling simulation.py to run crossborder wait time model.
Impact
Fixes error when calling 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.
[x] Ran xborder wait model with no errors
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
[x] My changes generate no new warnings
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...
Proposed changes
Add common config directory to arguments when calling simulation.py to run crossborder wait time model.
Impact
Fixes error when calling 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:
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...