Skip to content

Commit

Permalink
Fix run-name in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Jul 3, 2024
1 parent f74faaa commit 35c4bd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ rule run_test:
config_pypsaearth["electricity"]["extendable_carriers"]["Store"] = []
config_pypsaearth["electricity"]["extendable_carriers"]["Link"] = []
config_pypsaearth["electricity"]["co2limit"] = 7.75e7
config_pypsaearth["run"]["name"] = run["name"]

with open("./config.pypsa-earth.yaml", "w") as wfile:
yaml.dump(config_pypsaearth, wfile)
Expand Down

0 comments on commit 35c4bd7

Please sign in to comment.