-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fix issue #370 (energy_from_power returns incorrect index for shifted hourly data) #437
base: development
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #437 +/- ##
============================================
Coverage 96.19% 96.19%
============================================
Files 11 11
Lines 2209 2209
============================================
Hits 2125 2125
Misses 84 84 ☔ View full report in Codecov by Sentry. |
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.
The solution looks good. I suggest we add a test, can just use the example from the issue.
@@ -31,6 +31,7 @@ Bug fixes | |||
* Deploy workflow was replaced with trusted publisher workflow for pypi (:pull:`427`) | |||
* Fix pandas 2.0.0 deprications and update syntax changes (:pull:`428`) | |||
* Fix numpy 2.0.0 deprications and update syntax changes (:pull:`428`) | |||
* Fix `energy_from_power`` returns incorrect index for shifted hourly data (:issue:`370`, :pull:`437`) |
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.
Let's move this to a pending changelog section
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.
Done.
Done. |
__init__.py