Skip to content

Commit

Permalink
Merge pull request #473 from PyPSA/472-fix
Browse files Browse the repository at this point in the history
Fix #472
  • Loading branch information
ktehranchi authored Nov 19, 2024
2 parents 0d9f4fc + 4bc824a commit 9de3439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/solve_electricity.smk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def pop_layout_input(wildcards):
if wildcards["sector"] != "E":
return RESOURCES + "{interconnect}/pop_layout_elec_s{simpl}_c{clusters}.csv"
else:
return ""
return []


rule solve_network:
Expand Down

0 comments on commit 9de3439

Please sign in to comment.