From e8e83de5d2b9cd3ba0a33bbb09a550f19dc2b05a Mon Sep 17 00:00:00 2001 From: martavp Date: Wed, 8 Jul 2020 09:06:58 +0200 Subject: [PATCH] clean code, delete commented lines --- Snakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Snakefile b/Snakefile index c6b11443..60ce0c64 100755 --- a/Snakefile +++ b/Snakefile @@ -376,8 +376,6 @@ if config["foresight"] == "myopic": 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" - #wildcard_constraints: - # planning_horizons = "^(?!2020).*$" #only applies to timestep different from baseyear shadow: "shallow" log: solver="logs/" + config['run'] + "/{network}_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{co2_budget_name}_{planning_horizons}_solver.log",