-
Notifications
You must be signed in to change notification settings - Fork 9
Feature/aggregate rework v2+status #541
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
base: feature/aggregate-rework-v2
Are you sure you want to change the base?
Feature/aggregate rework v2+status #541
Conversation
…p. Also add cluster modes.
Final Design StatusParameters.cluster_mode with two options: - 'relaxed' (default): No constraint at t=0, no cyclic constraint. Prevents phantom startups. - 'cyclic': No constraint at t=0, but status[0] == status[-1]. For daily cycling patterns.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughThe changes introduce a new Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~50 minutes Possibly related PRs
Suggested labels
Poem
Pre-merge checks and finishing touches❌ Failed checks (2 warnings, 1 inconclusive)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ork-v2+status # Conflicts: # flixopt/elements.py
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Description
Improve the handling of Status in clustered Models
Type of Change
Related Issues
Closes #(issue number)
Testing
Checklist
Summary by CodeRabbit
New Features
cluster_modeparameter with 'relaxed' and 'cyclic' options for clustered system modeling.Enhancements
✏️ Tip: You can customize this high-level summary in your review settings.