Skip to content

Commit

Permalink
fix: adjust key name
Browse files Browse the repository at this point in the history
  • Loading branch information
energyLS committed Jul 18, 2023
1 parent 5c23422 commit b707538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/solve_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def H2_export_yearly_constraint(n):
lhs = res

include_country_load = snakemake.config["policy_config"]["yearly"][
"include_country_load"
"re_country_load"
]

if include_country_load:
Expand Down

0 comments on commit b707538

Please sign in to comment.