Skip to content

Commit 18bb074

Browse files
Jammy2211Jammy2211
authored andcommitted
change Voronoi area
1 parent 45464bb commit 18bb074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoarray/structures/mesh/delaunay_2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def barycentric_dual_area_from(
168168
return dual_area
169169

170170

171-
def voronoi_areas_numpy(points, qhull_options="Qbb Qc Qx Qm"):
171+
def voronoi_areas_numpy(points, qhull_options="Qbb Qc Qx Qm Q12 Pp"):
172172
"""
173173
Compute Voronoi cell areas with a fully optimized pure-NumPy pipeline.
174174
Exact match to the per-cell SciPy Voronoi loop but much faster.

0 commit comments

Comments
 (0)