-
Notifications
You must be signed in to change notification settings - Fork 6
Generator, load and losses post processing #192
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
Conversation
Needs #191 |
db802e6
to
77d27ff
Compare
Signed-off-by: marifunf <[email protected]>
Signed-off-by: marifunf <[email protected]>
Signed-off-by: marifunf <[email protected]>
Signed-off-by: marifunf <[email protected]>
Signed-off-by: marifunf <[email protected]>
Signed-off-by: Nicolas Rol <[email protected]>
Signed-off-by: Nicolas Rol <[email protected]>
Signed-off-by: Nicolas Rol <[email protected]>
Signed-off-by: Nicolas Rol <[email protected]>
Signed-off-by: Nicolas Rol <[email protected]>
Signed-off-by: Nicolas Rol <[email protected]>
Signed-off-by: Nicolas Rol <[email protected]>
Signed-off-by: marifunf <[email protected]>
Signed-off-by: marifunf <[email protected]>
Signed-off-by: marifunf <[email protected]>
Signed-off-by: marifunf <[email protected]>
f9479b5
to
854a63f
Compare
|
|
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.
LGTM
We'll have to look at a way to properly compute global costs with the values used in metrix computation
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Feature
What is the current behavior?
There is currently only branch post processing
What is the new behavior (if this is a feature change)?
Adding generator post processing : preventive and curative up and down redispatching (MW and doctrine cost)
Adding load post processing : preventive and curative load shedding (MW and doctrine cost)
Those post-processing can be used if you want to compute costs with values different from what was given to metrix in input.
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
Other information: