Apply suggestions from code review
This commit is contained in:
parent
c60e1c5b73
commit
344989d76b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user