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

LoadFlowDefaultParametersLoader cannot be used to set default provider parameters #3217

Open
HugoKulesza opened this issue Nov 20, 2024 · 0 comments

Comments

@HugoKulesza
Copy link
Contributor

Describe the current behavior

LoadFlowDefaultParametersLoader is supposed to allow a project to add loadflow parameters as a JSON file in the classpath, that are loaded on top of hardcoded default parameters and can then still be overridden by the user config.yml file.
This behaviour does not work for loadflow provider parameters that we can define as extensions in the JSON file, because they are completely recreated with default values if any such parameter is present in the config.yml of the user.

Describe the expected behavior

We should be able to change loadflow provider default parameters using this mecanism without this new default value being removed of provider parameters if a user has its own parameters file.

Describe the steps

No response

Environment

No response

Relevant Log Output

No response

Extra Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: TODO
Development

No branches or pull requests

2 participants