Skip to content

FIX: support Polygon/MultiPolygon in Voronoi graph builder (#688)#868

Open
AliaaNasser7 wants to merge 11 commits into
pysal:mainfrom
AliaaNasser7:fix-voronoi-polygons
Open

FIX: support Polygon/MultiPolygon in Voronoi graph builder (#688)#868
AliaaNasser7 wants to merge 11 commits into
pysal:mainfrom
AliaaNasser7:fix-voronoi-polygons

ENH: add a separate function for non-point geometry types

35f2e72
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 3, 2026 in 1s

85.5% (+0.0%) compared to 7304239

View this Pull Request on Codecov

85.5% (+0.0%) compared to 7304239

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.5%. Comparing base (7304239) to head (35f2e72).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #868   +/-   ##
=====================================
  Coverage   85.5%   85.5%           
=====================================
  Files        151     151           
  Lines      16092   16141   +49     
=====================================
+ Hits       13758   13807   +49     
  Misses      2334    2334           
Files with missing lines Coverage Δ
libpysal/graph/_triangulation.py 98.2% <100.0%> (+0.1%) ⬆️
libpysal/graph/base.py 96.6% <100.0%> (+<0.1%) ⬆️
libpysal/graph/tests/test_triangulation.py 98.9% <100.0%> (+0.1%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.