Merge pull request #741 from PyPSA/fix-all-rule

Move all rule to main Snakefile
This commit is contained in:
Fabian Neumann 2023-09-21 09:30:41 +02:00 committed by GitHub
commit 0d2aac5dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -46,6 +46,12 @@ wildcard_constraints:
sector_opts="[-+a-zA-Z0-9\.\s]*",
rule all:
input:
RESULTS + "graphs/costs.pdf",
default_target: True
include: "rules/common.smk"
include: "rules/collect.smk"
include: "rules/retrieve.smk"

View File

@ -14,12 +14,6 @@ localrules:
plot_networks,
rule all:
input:
RESULTS + "graphs/costs.pdf",
default_target: True
rule cluster_networks:
input:
expand(RESOURCES + "networks/elec_s{simpl}_{clusters}.nc", **config["scenario"]),