Skip to content

Commit

Permalink
Merge branch 'hybit' into features/hybit_pw_constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Aug 19, 2024
2 parents fa3f55e + fef9990 commit ecb7a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etrago/cluster/spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def sum_with_inf(x):


def strategies_buses():
return {"geom": nan_links, "country": "first"}
return {"geom": nan_links, "country": "first", "scn_name": "first",}


def strategies_lines():
Expand All @@ -120,6 +120,7 @@ def strategies_lines():
"topo": "first",
"country": "first",
"total_cables": np.sum,
"scn_name": "first",
}


Expand Down

0 comments on commit ecb7a0c

Please sign in to comment.