Skip to content
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

Update serialization of ThreeWindingsTransformer #87

Merged
merged 2 commits into from
May 4, 2020

Conversation

sebalaig
Copy link
Contributor

@sebalaig sebalaig commented Apr 28, 2020

Please check if the PR fulfills these requirements (please use '[x]' to check the checkboxes, or submit the PR and then click the checkboxes)

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem ? If so, link to this issue using '#XXX' and skip the rest
#27

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
It provides an update of ThreeWindingsTransformer XML serialization

What is the current behavior? (You can also link to an open issue here)
The following attributes were not written/read in iidm:threeWindingsTransformer tag : g2, b2, g3, b3 and ratedU0

What is the new behavior (if this is a feature change)?
g2, b2, g3, b3 and ratedU0 are written

Does this PR introduce a breaking change or deprecate an API? If yes, check the following:

  • The Breaking Change or Deprecated label has been added
  • The migration guide has been updated in the github wiki (What changes might users need to make in their application due to this PR?)
    No

Other information:

(if any of the questions/checkboxes don't apply, please delete them entirely)

- Fix also stdcxx::isEqual for NaN values
- Fix also ratedU0 for XIIDM v1.0

Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
Signed-off-by: Mathieu BAGUE <mathieu.bague@rte-france.com>

Signed-off-by: Mathieu BAGUE <mathieu.bague@rte-france.com>
Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
@mathbagu mathbagu force-pushed the issue-27-update-3wt-serialization branch from f33f8b9 to 3e67406 Compare May 4, 2020 07:13
@sonarcloud
Copy link

sonarcloud bot commented May 4, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 2 Code Smells

62.6% 62.6% Coverage
0.0% 0.0% Duplication

@mathbagu mathbagu merged commit 07b8195 into integration/v1.1.0 May 4, 2020
IIDM v1.1 automation moved this from Review to Done May 4, 2020
@mathbagu mathbagu deleted the issue-27-update-3wt-serialization branch May 4, 2020 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
IIDM v1.1
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants