Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp committed Jan 28, 2025
1 parent ba62fec commit 0efc9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ PyPSA-Eur v2025.01.0 (24th January 2025)
* Ensure all links with capital costs have a lifetime. This is important for
pathway planning. (https://github.com/PyPSA/pypsa-eur/pull/1319)

* Resolved a bug which occured when multiple DC links are connected to the same
* Resolved a bug which occurred when multiple DC links are connected to the same
DC bus and the DC bus is connected to an AC bus via a converter. In this case,
the DC links were wrongly simplified, completely dropping the shared DC bus.
(https://github.com/PyPSA/pypsa-eur/pull/1381,
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_powerplants.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Description
-----------
The configuration options ``electricity: powerplants_filter`` and ``electricity: custom_powerplants`` can be used to control whether data should be retrieved from the original powerplants database or from custom amendmends. These specify `pandas.query <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.query.html>`_ commands.
The configuration options ``electricity: powerplants_filter`` and ``electricity: custom_powerplants`` can be used to control whether data should be retrieved from the original powerplants database or from custom amendments. These specify `pandas.query <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.query.html>`_ commands.
In addition the configuration option ``electricity: everywhere_powerplants`` can be used to place powerplants with zero-initial capacity of certain fuel types at all substations.
1. Adding all powerplants from custom:
Expand Down

0 comments on commit 0efc9fb

Please sign in to comment.