Skip to content

Commit

Permalink
Remove a redundant definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatef committed May 28, 2024
1 parent 7622818 commit 5b488b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ run = config.get("run", {})
RDIR = run["name"] + "/" if run.get("name") else ""
CDIR = RDIR if not run.get("shared_cutouts") else ""

load_data_paths = get_load_paths_gegis("data", config)
if config["enable"].get("retrieve_cost_data", True):
COSTS = "resources/" + RDIR + "costs.csv"
else:
Expand Down

0 comments on commit 5b488b2

Please sign in to comment.