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

Add scaling parameters to BalanceComputationParameters and adapt to core 5.2.0 #93

Merged
merged 3 commits into from
Mar 31, 2023

Conversation

miovd
Copy link
Contributor

@miovd miovd commented Mar 21, 2023

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
No

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Update to new Scalable API

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?)

@miovd miovd requested review from annetill and phiedw March 21, 2023 12:35
@miovd miovd changed the title Add scaling parameters to BalanceComputationParameters and adapt to core 5.3.0-SNAPSHOT (prepare to 5.2.0) [WIP] Add scaling parameters to BalanceComputationParameters and adapt to core 5.3.0-SNAPSHOT (prepare to 5.2.0) Mar 21, 2023
@miovd miovd requested a review from colinepiloquet March 21, 2023 12:37
@miovd miovd changed the title [WIP] Add scaling parameters to BalanceComputationParameters and adapt to core 5.3.0-SNAPSHOT (prepare to 5.2.0) Add scaling parameters to BalanceComputationParameters and adapt to core 5.3.0-SNAPSHOT (prepare to 5.2.0) Mar 31, 2023
@miovd miovd changed the title Add scaling parameters to BalanceComputationParameters and adapt to core 5.3.0-SNAPSHOT (prepare to 5.2.0) Add scaling parameters to BalanceComputationParameters and adapt to core 5.2.0 Mar 31, 2023
miovd added 3 commits March 31, 2023 10:58
…ore 5.3.0-SNAPSHOT (prepare to 5.2.0)

Signed-off-by: VEDELAGO MIORA <miora.ralambotiana@rte-france.com>
Signed-off-by: VEDELAGO MIORA <miora.ralambotiana@rte-france.com>
Signed-off-by: VEDELAGO MIORA <miora.ralambotiana@rte-france.com>
@miovd miovd force-pushed the add_scaling_parameters branch from df1c93d to 9adc55f Compare March 31, 2023 08:59
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

76.7% 76.7% Coverage
0.0% 0.0% Duplication

@miovd miovd added the Breaking change API is broken label Mar 31, 2023
Comment on lines 121 to +124
private LoadFlowParameters loadFlowParameters = new LoadFlowParameters();

private ScalingParameters scalingParameters = new ScalingParameters();

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason to define these in the middle of the class rather than at the beginning?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, none, I just put it below LoadFlowParameters that was already there

@miovd miovd merged commit 88d28ff into main Mar 31, 2023
@miovd miovd deleted the add_scaling_parameters branch March 31, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking change API is broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants