Skip to content

Commit

Permalink
Update RFC-00xx-interpolation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Oct 31, 2022
1 parent 08b238b commit 03f0767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RFC-00xx-interpolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def unstructured_interpolate(

Interpolate scattered data on an irregular grid.

**Note**—Using this operation in dimensions greater than six is impractical because the memory required by the underlying triangulation grows exponentially with its rank.
**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.

**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.

Expand Down

0 comments on commit 03f0767

Please sign in to comment.