Skip to content

Commit 95cf5b7

Browse files
Jammy2211Copilot
andauthored
Update autoarray/structures/mesh/delaunay_2d.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 917b78c commit 95cf5b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

autoarray/structures/mesh/delaunay_2d.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,9 @@ def scipy_delaunay_matern(points_np, query_points_np):
346346
Returns only what’s needed for mapping:
347347
- points (tri.points)
348348
- simplices_padded
349-
- mappings (pix indexes for each query point)
349+
- mappings: integer array of pixel indices for each query point,
350+
typically of shape (Q, 3), where each row gives the indices of the
351+
Delaunay mesh vertices ("pixels") associated with that query point.
350352
"""
351353

352354
max_simplices = 2 * points_np.shape[0]

0 commit comments

Comments
 (0)