-
Notifications
You must be signed in to change notification settings - Fork 7
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
assign mean costs to Kernnetz pipes #305
Conversation
Validator ReportI am the Validator. Download all artifacts here. ❗ Run failed!Download 'logs' artifact to see more details.
Model Metrics Comparing |
Before: the difference in the plots is because of the difference currency years (2020 vs. 2023) |
for more information, see https://pre-commit.ci
I also fixed this bug on top of this PR: https://discord.com/channels/914472852571426846/1148559814381805588/1315709043989282937 (changes only in plot_ariadne_report) |
config/config.yaml
Outdated
@@ -61,7 +61,7 @@ scenario: | |||
ll: | |||
- vopt | |||
clusters: | |||
- 27 #current options: 27, 49 | |||
- 49 #current options: 27, 49 |
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.
please revert the config changes
* adding FOM rows to dataframe * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add OPEX computation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add grid variables * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * differentiationg temporal scope of investment, annuities and FOM * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix importing of the costs.csv * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * correct FOM for special case of offwind generators * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * integrating Kernnetz changes from PR #305 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
for more information, see https://pre-commit.ci
@@ -2316,6 +2316,7 @@ def plot_elec_map_de( | |||
|
|||
m = network.copy() | |||
m.remove("Bus", m.buses[m.buses.x == 0].index) | |||
m.remove("Bus", m.buses[m.buses.x == 0].index) |
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.
does this really need to be called twice?
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.
probably a merging duplicate
Before asking for a review for this PR make sure to complete the following checklist:
ariadne_all
completes without errorsexport_ariadne_variables
has been adapted to the changesChangelog.md
main
has been merged into the PRYYYYMMDDdescriptive_title