Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With this PR the following parameters are adapted for:
inflow_direction
andoutflow_direction
fromHeat bus
toGas bus
andenergyVector
fromHeat
toGas
)age_installed
,development_costs
,specific_costs_om
andspecific_costs
are neglected in the simulations and hence set to0
. As mentioned by @SabineHaas in PR Update/csvs is #251, setting lifetime to0
lead to a ZeroDivisionError. To give a hint that the lifetime has been set without higher intentions regarding the value, I chose a lifetime of1
for all three components)The following steps were realized, as well (required):
EXECUTE_TESTS_ON=master pytest
)Also the following steps were realized (if applies):
Please mark above checkboxes as following:
In case of an error due to linting, run
black . --exclude docs/
and push your changes.Note that in case you do not fix a whole issue you should start your PR with
Address #xyz
.For more information on how to contribute check the CONTRIBUTING.md.