We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45464bb commit 18bb074Copy full SHA for 18bb074
autoarray/structures/mesh/delaunay_2d.py
@@ -168,7 +168,7 @@ def barycentric_dual_area_from(
168
return dual_area
169
170
171
-def voronoi_areas_numpy(points, qhull_options="Qbb Qc Qx Qm"):
+def voronoi_areas_numpy(points, qhull_options="Qbb Qc Qx Qm Q12 Pp"):
172
"""
173
Compute Voronoi cell areas with a fully optimized pure-NumPy pipeline.
174
Exact match to the per-cell SciPy Voronoi loop but much faster.
0 commit comments