File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/org/gridsuite/voltageinit/server/service Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ protected void sendResultMessage(AbstractResultContext<VoltageInitRunContext> re
155
155
VoltageInitRunContext context = resultContext .getRunContext ();
156
156
double reactiveSlacksThreshold = voltageInitParametersService .getReactiveSlacksThreshold (context .getParametersUuid ());
157
157
boolean resultCheckReactiveSlacks = checkReactiveSlacksOverThreshold (result , reactiveSlacksThreshold );
158
- boolean voltageLevelsWithLimitsOutOfNominalVRange = checkReportWithKey ("nbVoltageLevelsWithLimitsOutOfNominalVRange" , resultContext .getRunContext ().getReportNode ());
158
+ boolean voltageLevelsWithLimitsOutOfNominalVRange = checkReportWithKey ("optimizer.openreac. nbVoltageLevelsWithLimitsOutOfNominalVRange" , resultContext .getRunContext ().getReportNode ());
159
159
Map <String , Object > additionalHeaders = new HashMap <>();
160
160
additionalHeaders .put (HEADER_REACTIVE_SLACKS_OVER_THRESHOLD , resultCheckReactiveSlacks );
161
161
additionalHeaders .put (HEADER_REACTIVE_SLACKS_THRESHOLD_VALUE , reactiveSlacksThreshold );
You can’t perform that action at this time.
0 commit comments