Skip to content

Commit 03f0767

Browse files
committed
Update RFC-00xx-interpolation.md
1 parent 08b238b commit 03f0767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RFC-00xx-interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def unstructured_interpolate(
5353

5454
Interpolate scattered data on an irregular grid.
5555

56-
**Note**—Using this operation in dimensions greater than six is impractical because the memory required by the underlying triangulation grows exponentially with its rank.
56+
**Note**—Using this operation in dimensions greater than six is impractical because the memory required by the underlying Delaunay triangulation grows exponentially with its rank.
5757

5858
**Note**—Because this operator uses a Delaunay triangulation, it can be sensitive to scaling issues in `input`. When this occurs, you should standardize `input` to improve the results.
5959

0 commit comments

Comments
 (0)