We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcbe430 + e8eb3c7 commit 995b5d6Copy full SHA for 995b5d6
libpysal/cg/voronoi.py
@@ -466,7 +466,7 @@ def voronoi_frames(
466
# ensure validity as union can occasionally produce invalid polygons that may
467
# break the intersection below
468
if not polygons.is_valid.all():
469
- polygons = polygons.make_valid()
+ polygons = shapely.make_valid(polygons)
470
471
# Clip polygons if limit is provided
472
if limit is not None:
0 commit comments