Conversation
_helpers: move rename_techs to helpers plot_summary: import rename_techs form helpers plot_power_network: import rename_techs from helpers
Validator ReportI am the Validator. Download all artifacts here. General Files comparison
NRMSE: Normalized (combined-min-max) Root Mean Square Error Model Metrics Comparing |
…tech_color was not defined
|
@p-glaum Looks good! Just suggested to add type hints and a docstring to the function you've touched. |
|
@amos-schledorn Thanks for reviewing! The results should not change. The only think what changed are the color entries in |
@p-glaum Gotcha. Checked the |



add_electrictiy: update sanitize_carriers
_helpers: move rename_techs to helpers
plot_summary: import rename_techs form helpers
plot_power_network: import rename_techs from helpers
Closes #1396
Changes proposed in this Pull Request
In the current master, I have many techs that do not have a color defined. This is because we have techs like
rural solar thermal,rural water tanks, andurban decentral heatthat do not have a color defined in the default.config.yaml. With this PR, we take the rename_techs function and use it to find the colors of those technologies without having to define them specifically in the config.Checklist
envs/environment.yaml.config/config.default.yaml.doc/configtables/*.csv.doc/data_sources.rst.doc/release_notes.rstis added.