Apply suggestions from code review

This commit is contained in:
Fabian Neumann 2024-02-05 08:21:26 +01:00 committed by GitHub
parent c60e1c5b73
commit 344989d76b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,6 @@ if config["foresight"] != "perfect":
rule plot_power_network:
params:
plotting=config["plotting"],
foresight=config["foresight"],
input:
network=RESULTS
+ "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.nc",
@ -55,7 +54,6 @@ if config["foresight"] != "perfect":
rule plot_hydrogen_network:
params:
plotting=config["plotting"],
foresight=config["foresight"],
input:
network=RESULTS
+ "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.nc",
@ -79,7 +77,6 @@ if config["foresight"] != "perfect":
rule plot_gas_network:
params:
plotting=config["plotting"],
foresight=config["foresight"],
input:
network=RESULTS
+ "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.nc",