-
Notifications
You must be signed in to change notification settings - Fork 21
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
GSYE-835: Adapt TankEnergyParameters.get_min_energy_consumption so th… #1826
Conversation
…e storage temperature can drop to its mininum
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1826 +/- ##
==========================================
- Coverage 69.68% 69.62% -0.06%
==========================================
Files 150 150
Lines 14258 14264 +6
Branches 2672 2672
==========================================
- Hits 9935 9932 -3
- Misses 3798 3808 +10
+ Partials 525 524 -1 |
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.
LGTM, however this does not handle the unmatched heatpump demand if I recall this feature correctly. Frankly I was never too much of a fan of this feature and I do not mind skipping its implementation, just asking to have the full picture here.
AFAIS, the implementation of the unmatched demand is not influenced by this change.
It depends on the get_temp_increase_K which in turn depends on the traded energy.
In this PR we only change the value of the bid energy, so before trading. |
Got it and thanks for the clarification! |
…e storage temperature can drop to its mininum
Reason for the proposed changes
Please describe what we want to achieve and why.
Proposed changes
INTEGRATION_TESTS_BRANCH=master
GSY_FRAMEWORK_BRANCH=master