-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support road pricing configuration #63
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add one or more tests for this in here, I think.
Add a (minimal) XML config file to the test data that has an RP module in it, and write a test that reads that config file in. You would query the dict that results from parsing the config file and make assertions that it has key/value pairs that match the RP config in the XML file. |
Support all vehicles file
…input load swarm param overrides from file instead of inline args
Does this PR want closing without merging now @gac55 @fredshone ? |
Can't find any example of us using this in config. I think we run via controller? Found this but is inconsistent with PR. Last resort -> am restoring an old output TII config to see if i can find there. If not killing this PR. |
@mfitz v simple tests added. I also snuck in keys for another module than is being tested. |
Addition of RP params
Closes #62