Fix bug preventing inclusion of custom_powerplants#732
Merged
Conversation
FabianHofmann
approved these changes
Sep 5, 2023
LukasFrankenQ
pushed a commit
to LukasFrankenQ/pypsa-eur
that referenced
this pull request
Sep 27, 2023
fix in add_heating_capacities_installed_before_baseyear to account for case when there is no rural heating demand for some nodes in network [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci simplify if-else expression fix in co2_emissions_year function and correspondigly in plot_summary and snakemake rule. Also changes to historical_emissions in plot_summary since some countries are not in eea dataset. [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Update scripts/plot_summary.py Co-authored-by: Fabian Hofmann <[email protected]> build_carbon_budget: parse input_co2 apply protected() to zenodo downloads; only retrieve monthly fuel/CO2 prices when necessary [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci added basic egs potential script pre-testrun version added to prepare_sector_network added new params to default config, and fixes cleanup and renaming changed default config to pessimism on egs added minor cleanup correcting local adjustment [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci changed config name to egs_performant, added saturation check cleanup of saturation check [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci added source for FOM [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci changed overlap indexing, general cleanup [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci added release notes Fix bug preventing inclusion of custom_powerplants (PyPSA#732) Fix a typo in the execution call [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) Move all rule to main Snakefile Move all rule down to other rules added dialogue to ensure desired purge reverted to original pypsa-eur
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The first column of
custom_powerplants.csvwas read as index, but theNamecolumn (non-index) was expected from the PPL. Maybe a breaking change caused by changes in PPM? I don't know. It worked in the past, but haven't used that feature in a while...Checklist
envs/environment.yaml.config.default.yaml.doc/configtables/*.csv.doc/release_notes.rstis added.