Version Checks
Affected Component/Workflow
Change Classification
Standard
Security & Data Risk Check
Risk Level of Fix
N/A
Bug Description
Two PR were merged almost simultaneously without proper testing. #753 introduced a new use of collect_indicators, and, in the meantime #761 refactored it to combine_indicators.
Actual Behavior
summary_benchmark_indicators uses collect_indicators
Expected Behavior
To use combine_indicators
Steps to Reproduce
snakemake -c4 cba
InputFunctionException in rule plot_summary_projects_benchmark in file "open-tyndp/rules/cba.smk", line 598:
Error:
WorkflowError:
Rule collect_indicators is not defined in this workflow.
Environment Information
No response
Version Checks
masterbranch of Open-TYNDP.masterbranch of PyPSA-Eur (therefore, the bug is likely Open-TYNDP specific).Affected Component/Workflow
Change Classification
Standard
Security & Data Risk Check
Risk Level of Fix
N/A
Bug Description
Two PR were merged almost simultaneously without proper testing. #753 introduced a new use of
collect_indicators, and, in the meantime #761 refactored it tocombine_indicators.Actual Behavior
summary_benchmark_indicatorsusescollect_indicatorsExpected Behavior
To use
combine_indicatorsSteps to Reproduce
InputFunctionException in rule plot_summary_projects_benchmark in file "open-tyndp/rules/cba.smk", line 598:
Error:
WorkflowError:
Rule collect_indicators is not defined in this workflow.
Environment Information
No response