Merge branch 'default-config' of github.com:PyPSA/pypsa-eur into default-config
This commit is contained in:
commit
b725a754cc
@ -13,6 +13,7 @@ from snakemake.utils import min_version
|
|||||||
|
|
||||||
min_version("7.7")
|
min_version("7.7")
|
||||||
|
|
||||||
|
|
||||||
configfile: "config/config.default.yaml"
|
configfile: "config/config.default.yaml"
|
||||||
configfile: "config/config.yaml"
|
configfile: "config/config.yaml"
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
|
|
||||||
version: 0.9.0
|
version: 0.9.0
|
||||||
# enable:
|
# enable:
|
||||||
# retrieve: false
|
# retrieve: false
|
||||||
|
@ -129,4 +129,3 @@ You can also use ``snakemake`` to specify another file, e.g.
|
|||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
.../pypsa-eur % snakemake -call --configfile config/config.mymodifications.yaml
|
.../pypsa-eur % snakemake -call --configfile config/config.mymodifications.yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user