Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 21, 2024
1 parent 02b8162 commit 99af347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/base_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ def voronoi(points, outline):
# https://github.com/shapely/shapely/issues/2020
pts = gpd.GeoDataFrame(geometry=pts)
voronoi = gpd.GeoDataFrame(geometry=voronoi)

return gpd.sjoin(pts, voronoi, how="right").set_index("Bus")


Expand Down

0 comments on commit 99af347

Please sign in to comment.