You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RFC-00xx-interpolation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ def unstructured_interpolate(
53
53
54
54
Interpolate scattered data on an irregular grid.
55
55
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.
57
57
58
58
**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.
0 commit comments