-
Notifications
You must be signed in to change notification settings - Fork 0
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
Replace "iterative" scaling parameter since it is deprecated #208
Conversation
WalkthroughThe changes in this pull request involve updates to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant InitialShiftService
participant ScalingParameters
User->>InitialShiftService: Call shiftNetwork()
InitialShiftService->>ScalingParameters: Instantiate with RESPECT_OF_VOLUME_ASKED
InitialShiftService->>InitialShiftService: Check done vs asked
alt If zone ID is Italy
InitialShiftService->>InitialShiftService: Calculate limitation splitting factor
InitialShiftService->>ScalingParameters: Apply scaling values
end
InitialShiftService->>User: Return result
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (3)cse-cc-import-runner-app/src/main/java/com/farao_community/farao/cse/import_runner/app/services/InitialShiftService.java (2)
The change to use Line range hint The new GLSK limitation handling for Italy introduces proportional adjustment of shifts. While the logic is sound, we should verify that this behavior is expected by stakeholders. Let's check for any related test cases or documentation: pom.xml (1)
The version update to 4.22.1 was suggested in PR comments. Let's verify the changes in this version. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
upgrade farao-dichotomy version |
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 restWhat kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information:
(if any of the questions/checkboxes don't apply, please delete them entirely)
Summary by CodeRabbit
New Features
Bug Fixes
Chores
farao.dichotomy
dependency to4.22.1
.