-
Notifications
You must be signed in to change notification settings - Fork 8
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
[WIP] Fix SA reports in MT - Note; currently on top of report_test_format #1168
base: report_test_format
Are you sure you want to change the base?
Conversation
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
src/test/java/com/powsybl/openloadflow/sa/OpenSecurityAnalysisTest.java
Outdated
Show resolved
Hide resolved
…anism to address Sonar warning Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
|
Signed-off-by: Didier Vidal <[email protected]>
Reducing the list of reviewers now that the implementation is based on report postprocessing. |
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
… to report action issues Signed-off-by: Didier Vidal <[email protected]>
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.
Unless little remarks on comments, I am ok with the PR
/** | ||
* Copyright (c) 2025, Coreso SA (https://www.coreso.eu/) and TSCNET Services GmbH (https://www.tscnet.eu/) | ||
* Copyright (c) 2022, RTE (http://www.rte-france.com) | ||
/* |
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.
Coreso's copyright line is missing
" Outer loop VoltageMonitoring\n" + | ||
" Outer loop ReactiveLimits\n" + | ||
" AC load flow completed successfully (solverStatus=CONVERGED, outerloopStatus=STABLE)"; | ||
// Remove Windows EOL for comparison |
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.
This comment can be removed
NOTE: needs this PR to build: powsybl/powsybl-core#3303
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
Some issues are reported in #1167
What kind of change does this PR introduce?
There are some issues with Security Analysis in MT:
This PR fixes those issues
What is the new behavior (if this is a feature change)?
One report node per CC that contains in order:
One instance of network loading
One instance of precontingency run
All postcontingency results for that CC
The report is the same in single thread or multithread except that the contingency order may change.
In multi-thread mode, the check to verify that an operator strategy is associated to a contingency is not performed.
Does this PR introduce a breaking change or deprecate an API?