-
Notifications
You must be signed in to change notification settings - Fork 1
Add management of specific specific parameter PowerElectronicsCluster
#180
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
base: main
Are you sure you want to change the base?
Conversation
…PowerElectronicsCluster` Signed-off-by: sBouzols <sylvain.bouzols@gmail.com>
Signed-off-by: sBouzols <sylvain.bouzols@gmail.com>
Signed-off-by: sBouzols <sylvain.bouzols@gmail.com>
…_PowerElectronicsClusters Signed-off-by: sBouzols <sylvain.bouzols@gmail.com>
src/main/java/org/gridsuite/shortcircuit/server/dto/FilterElements.java
Outdated
Show resolved
Hide resolved
...main/java/org/gridsuite/shortcircuit/server/dto/powsybl_private/PowerElectronicsCluster.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/shortcircuit/server/service/ShortCircuitService.java
Outdated
Show resolved
Hide resolved
...main/java/org/gridsuite/shortcircuit/server/dto/powsybl_private/PowerElectronicsCluster.java
Outdated
Show resolved
Hide resolved
Signed-off-by: sBouzols <sylvain.bouzols@gmail.com>
src/main/java/org/gridsuite/shortcircuit/server/service/ShortCircuitService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/shortcircuit/server/service/ShortCircuitService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/shortcircuit/server/service/ShortCircuitService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/shortcircuit/server/service/ShortCircuitService.java
Outdated
Show resolved
Hide resolved
| } | ||
| } catch (Exception ex) { | ||
| // avoid breaking the run flow for unexpected shapes; log if you have a logger available | ||
| LOGGER.info("Could not normalize specific parameters for powerElectronicsClusters", ex); |
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.
Logs should be in a reportNode shouldn't it ?
| // update status to running status | ||
| setStatus(List.of(resultUuid), ShortCircuitAnalysisStatus.RUNNING); | ||
|
|
||
| LOGGER.debug("specificParameters types: {}", |
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.
are this log only for debug or should it stay in the code ?
src/test/java/org/gridsuite/shortcircuit/server/TestJsonNormalizer.java
Outdated
Show resolved
Hide resolved
Signed-off-by: sBouzols <sylvain.bouzols@gmail.com>
|



PR Summary