-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
…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>
df1c93d
to
9adc55f
Compare
SonarCloud Quality Gate failed. |
private LoadFlowParameters loadFlowParameters = new LoadFlowParameters(); | ||
|
||
private ScalingParameters scalingParameters = new ScalingParameters(); | ||
|
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.
Is there a reason to define these in the middle of the class rather than at the beginning?
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.
No, none, I just put it below LoadFlowParameters
that was already there
Please check if the PR fulfills these requirements (please use
'[x]'
to check the checkboxes, or submit the PR and then click the checkboxes)Does this PR already have an issue describing the problem ? If so, link to this issue using
'#XXX'
and skip the restNo
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: