Skip to content
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

dispatcher.ideal_fastcharge_soc_limit parameter leaks outside of dispatcher scope #210

Open
robfitzgerald opened this issue Sep 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@robfitzgerald
Copy link
Collaborator

i recently made a custom dispatcher and replaced all of the default dispatchers with that custom dispatcher. because the DispatcherConfig requires it's fields, including ideal_fastcharge_soc_limit, i decided to include them in my YAML file but with garbage arguments, just in case any of them still had influence.

it turns out that driver_state operations will expect these parameters and so they will be used to override behavior, for both human and CAV driver types. these should come from a different place so it is more explicit as a configuration for HIVE.

@robfitzgerald robfitzgerald added the bug Something isn't working label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant