[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
7becfdea9c
commit
a56bd830f8
@ -75,7 +75,10 @@ if config["foresight"] == "perfect":
|
|||||||
rule all:
|
rule all:
|
||||||
input:
|
input:
|
||||||
RESULTS + "graphs/costs.pdf",
|
RESULTS + "graphs/costs.pdf",
|
||||||
expand(RESULTS + "maps/power-network-s{simpl}-{clusters}.pdf", **config["scenario"]),
|
expand(
|
||||||
|
RESULTS + "maps/power-network-s{simpl}-{clusters}.pdf",
|
||||||
|
**config["scenario"]
|
||||||
|
),
|
||||||
expand(
|
expand(
|
||||||
RESULTS
|
RESULTS
|
||||||
+ "maps/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}-costs-all_{planning_horizons}.pdf",
|
+ "maps/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}-costs-all_{planning_horizons}.pdf",
|
||||||
|
Loading…
Reference in New Issue
Block a user