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:
|
rule plot_power_network:
|
||||||
params:
|
params:
|
||||||
plotting=config["plotting"],
|
plotting=config["plotting"],
|
||||||
foresight=config["foresight"],
|
|
||||||
input:
|
input:
|
||||||
network=RESULTS
|
network=RESULTS
|
||||||
+ "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.nc",
|
+ "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:
|
rule plot_hydrogen_network:
|
||||||
params:
|
params:
|
||||||
plotting=config["plotting"],
|
plotting=config["plotting"],
|
||||||
foresight=config["foresight"],
|
|
||||||
input:
|
input:
|
||||||
network=RESULTS
|
network=RESULTS
|
||||||
+ "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.nc",
|
+ "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:
|
rule plot_gas_network:
|
||||||
params:
|
params:
|
||||||
plotting=config["plotting"],
|
plotting=config["plotting"],
|
||||||
foresight=config["foresight"],
|
|
||||||
input:
|
input:
|
||||||
network=RESULTS
|
network=RESULTS
|
||||||
+ "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.nc",
|
+ "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.nc",
|
||||||
|
Loading…
Reference in New Issue
Block a user