[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-03-15 16:01:09 +00:00
parent 55395c5465
commit 23c92ca436
8 changed files with 10 additions and 13 deletions

View File

@ -55,4 +55,3 @@ set in the ``config.yaml`` (cf. Section :ref:`costs_cf` in
.. literalinclude:: ../Snakefile
:start-at: COSTS
:end-at: COSTS

View File

@ -187,6 +187,7 @@ The included ``.nc`` files are PyPSA network files which can be imported with Py
.. code:: python
import pypsa
filename = "elec_s_1024_ec.nc" # example
n = pypsa.Network(filename)

View File

@ -78,4 +78,3 @@ improving the approximations.
- **Demand sufficiency:** Further measures of demand reduction may be
possible beyond the assumptions made here.

View File

@ -141,5 +141,3 @@ Rule ``retrieve_sector_databundle``
In addition to the databundle required for electricity-only studies,
another databundle is required for modelling sector-coupled systems.
The size of this data bundle is around 640 MB.