-
Notifications
You must be signed in to change notification settings - Fork 43
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
Fixes in CGMES export #2574
Fixes in CGMES export #2574
Conversation
@@ -150,13 +156,17 @@ public static void writeStartId(String className, String id, boolean writeMaster | |||
} | |||
} | |||
|
|||
public static void writeStartIdName(String className, String id, String name, String cimNamespace, XMLStreamWriter writer, CgmesExportContext context) throws XMLStreamException { | |||
writeStartId(className, id, true, cimNamespace, writer, context); | |||
public static void writeStartIdName(String className, String id, String name, boolean writeMasterResourceId, String cimNamespace, XMLStreamWriter writer, CgmesExportContext context) throws XMLStreamException { |
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 am not sure this is useful anymore.
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
…d dependency to TPDB in SV Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com> Default value for exportFlowsForSwitches is true. Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
…and positive - test to be done. Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
…pabilityCurve if minQ = maxQ + write kind corresponding to curve in SynchronousMachine EQ and SSH - to refactor. Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
…o do. Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
9a20267
to
0eaffe3
Compare
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
…defined and positive - test to be done." This reverts commit d70f8f3. Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
This reverts commit a341214. Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
…activeCapabilityCurve if minQ = maxQ + write kind corresponding to curve in SynchronousMachine EQ and SSH - to refactor." This reverts commit fce6799. Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
This reverts commit 9fccf09. Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
…- test to do." This reverts commit 1f24b03. Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
This reverts commit 0eaffe3. Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
b7bb52a
to
3c99bce
Compare
For these, default values must be debated @annetill @zamarrenolm
Not sure this should be kept... @colinepiloquet can you make test just without this fix? |
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
For power transformers,
|
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
To obtain a reasonable default value for the |
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
…d, by default to 100 - test to be enhanced. Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
…bl-core into fixes_cgmes_export
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Luma <zamarrenolm@aia.es>
…ent when we do not have a curve Signed-off-by: Luma <zamarrenolm@aia.es>
Signed-off-by: Luma <zamarrenolm@aia.es>
Signed-off-by: Luma <zamarrenolm@aia.es>
Kudos, SonarCloud Quality Gate passed! |
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com> Signed-off-by: Luma <zamarrenolm@aia.es> Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Fixes related to SUV
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change or deprecate an API?
Other information: