-
Notifications
You must be signed in to change notification settings - Fork 239
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 load weighted prices #1287
base: master
Are you sure you want to change the base?
fix load weighted prices #1287
Conversation
for more information, see https://pre-commit.ci
@millingermarkus can you check if it is working with this branch? |
@p-glaum I am not dropping the prices if the load is zero at a bus. |
okay, if the prices have a meaning for buses without flows going in or out, then we should definitely keep them and weight every timestep equally, i.e. with |
I think if it is load weighted and the load is zero we should drop them. |
I think equal weight would be slightly better, but dropping also ok. |
Validator ReportI am the Validator. Download all artifacts here. General Files comparison
NRMSE: Normalized (min-max) Root Mean Square Error Model Metrics Comparing |
Changes proposed in this Pull Request
Fix bug when calculating load weighted prices in the
make_summary
scriptChecklist
envs/environment.yaml
.config/config.default.yaml
.doc/configtables/*.csv
.doc/data_sources.rst
.doc/release_notes.rst
is added.