-
Notifications
You must be signed in to change notification settings - Fork 10
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/c0 storage time series review #723
Fix/c0 storage time series review #723
Conversation
- Exception needs to be tested - Changed `energyStorage.csv` - Added `storage_1.csv` - Added column in `parameter_timeseries`
- Changed `C0.energyStorage()` for timeseries in storage parameters (hotfix) (#720) | ||
- Input files and benchmark test `test_benchmark_special_features.Test_Parameter_Parsing()`: Now also including timeseries in a storage component () |
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.
Hi @MaGering !
"In your PR, please also add the correct number for the benchmark tests changelog entry."
Refers to the lines above. I added changelog entries for what you changed, where I also put your PR as origin (#720). Line 38 is what I changed in this PR (#723). As I can not know what the PR number is when I am working on my lokal branch, I couldnt assign the number to the changelog entry. Please add the number in the brackets ;)
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.
You can change this either locally, or by opening the file view of the changelog in github, making a manual change, and submitting it.
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.
So I will do the changes in my PR, correct?
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.
Looks good to me! The benchmark test ran without error as I checked it locally. Only test_benchmark_special_features.py
needs to be reformatted with black and conflicts with CHANGELOG.md
resolved.
Nice! As you are merging into a PR and not into |
Here are my adaptations. I did neither do a linting test with black nor executed all pytests - so please do that before you request a new review for your PR #720.
In your PR, please also add the correct number for the benchmark tests changelog entry.