-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add actual and upcoming overload : limitViolationInfos #74
Conversation
Signed-off-by: Maissa SOUISSI <maissa.souissi@rte-france.com>
Signed-off-by: Maissa SOUISSI <maissa.souissi@rte-france.com>
Signed-off-by: Maissa SOUISSI <maissa.souissi@rte-france.com>
Signed-off-by: Maissa SOUISSI <maissa.souissi@rte-france.com>
…g_overload field Signed-off-by: Maissa SOUISSI <maissa.souissi@rte-france.com>
src/main/java/org/gridsuite/loadflow/server/dto/LimitViolationInfos.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/loadflow/server/dto/LimitViolationInfos.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/loadflow/server/service/LoadFlowWorkerService.java
Outdated
Show resolved
Hide resolved
TwoWindingsTransformer twoWindingsTransformer = network.getTwoWindingsTransformer(equipmentId); | ||
if (twoWindingsTransformer != null) { | ||
tempLimit = handleEquipmentLimitViolation(twoWindingsTransformer, limitViolationInfo); | ||
} |
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.
Consider also the three windings transformer
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.
I checked with PO and Techlead, we will not consider three windings transformer
src/main/java/org/gridsuite/loadflow/server/service/LoadFlowWorkerService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/loadflow/server/service/LoadFlowWorkerService.java
Outdated
Show resolved
Hide resolved
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.
code: some changes requested
tests: ok (still testing tho)
src/main/java/org/gridsuite/loadflow/server/dto/LimitViolationInfos.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/loadflow/server/service/LoadFlowWorkerService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/loadflow/server/service/LoadFlowWorkerService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/loadflow/server/service/LoadFlowWorkerService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/loadflow/server/service/LoadFlowWorkerService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/loadflow/server/service/LoadFlowWorkerService.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Maissa SOUISSI <maissa.souissi@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.
code: another rename requested
tests: ok
remark: Existing LF computation results cannot be displayed correctly using the new format. Did we plan to migrate the results (complex!), to remove all LF results (admin-tool script), to do nothing ?
src/main/java/org/gridsuite/loadflow/server/service/LoadFlowWorkerService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/loadflow/server/service/LoadFlowWorkerService.java
Show resolved
Hide resolved
Signed-off-by: Maissa SOUISSI <maissa.souissi@rte-france.com>
Kudos, SonarCloud Quality Gate passed! |
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.
code: ok
tests: not done with last commit
No description provided.