Skip to content

Commit

Permalink
Merge pull request #280 from PyPSA/FabianHofmann-patch-1
Browse files Browse the repository at this point in the history
Fix input listing in Snakefile
  • Loading branch information
Fabian Hofmann authored Nov 16, 2022
2 parents d35d3c3 + e1e18a5 commit 24d6ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ if config["foresight"] == "overnight":
overrides="data/override_component_attrs",
network=RDIR + "/prenetworks/elec_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{planning_horizons}.nc",
costs=CDIR + "costs_{}.csv".format(config['costs']['year']),
config=SDIR + '/configs/config.yaml'
env=SDIR + '/configs/environment.yaml'
config=SDIR + '/configs/config.yaml',
env=SDIR + '/configs/environment.yaml',
output: RDIR + "/postnetworks/elec_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{planning_horizons}.nc"
shadow: "shallow"
log:
Expand Down

0 comments on commit 24d6ca1

Please sign in to comment.