-
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/feedin tariff alternative #685
Conversation
…atch and invest optimization
5b154b1
to
198593f
Compare
- Remove outdated code - Make `timeseries` and `price` explicit arguments
…ne_dso_sinks_and_sources
198593f
to
49f1c43
Compare
@SabineHaas this PR can now be reviewed. I also added a lot of pytests, but if you review commit by commit everything should be clear. |
I have not checked the investments and if the costs add up. Especially for the pie charts, the revenues from feedin might result in weird stuff. I would say though that we do that in a new PR, eg. when merging #613? |
Thank you for reworking @smartie2076. Unfortunately I still get the error mentioned in #670. Apart from that, two more benchmark tests fail now when I run Could you please run the test locally again and check? |
So weird, when I ran them Friday they seemed to pass... will check what this is about. |
Thank you so much! |
…generation_of_production()` Including pytests
So that it fullfills new check for feedin tariff/unbound solutions
@SabineHaas fixed the pytests. Go commit by commit, because somehow the files that were changed in another PR actually appear in this one now... |
Adapt/feedin tariff check
@SabineHaas ready to be merged! If there is still something wrong, I am really at a loss here, as my pytests run trough: |
:D |
Fix #610
Changes proposed in this pull request:
C0.define_sink
inC0.define_dso_sinks_and_sources
C1.check_feedin_tariff()
necessaryThe following steps were realized, as well (if applies):
black . --exclude docs/
)EXECUTE_TESTS_ON=master pytest
)Please mark above checkboxes as following:
❌ Check not applicable to this PR
For more information on how to contribute check the CONTRIBUTING.md.