clean code, delete commented lines

This commit is contained in:
martavp 2020-07-08 09:06:58 +02:00
parent 25bb11cdfe
commit e8e83de5d2

View File

@ -376,8 +376,6 @@ if config["foresight"] == "myopic":
costs="data/costs/costs_{planning_horizons}.csv", costs="data/costs/costs_{planning_horizons}.csv",
output: config['results_dir'] + config['run'] + "/postnetworks/{network}_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{co2_budget_name}_{planning_horizons}.nc" output: config['results_dir'] + config['run'] + "/postnetworks/{network}_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{co2_budget_name}_{planning_horizons}.nc"
#wildcard_constraints:
# planning_horizons = "^(?!2020).*$" #only applies to timestep different from baseyear
shadow: "shallow" shadow: "shallow"
log: log:
solver="logs/" + config['run'] + "/{network}_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{co2_budget_name}_{planning_horizons}_solver.log", solver="logs/" + config['run'] + "/{network}_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{co2_budget_name}_{planning_horizons}_solver.log",