Skip to content

Commit

Permalink
Update metric_utilities.py
Browse files Browse the repository at this point in the history
avoid intersects
  • Loading branch information
barneydobson committed Mar 7, 2024
1 parent 8465bb9 commit 3699dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swmmanywhere/metric_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def best_outlet_match(synthetic_G: nx.Graph,
crs = synthetic_G.graph['crs'])
.sjoin(real_subs,
how="right",
predicate="intersects")
predicate="within")
)

# Select the most common outlet
Expand Down

0 comments on commit 3699dd6

Please sign in to comment.