From 03f07673627ea33bb20974544b9863632ac0e98e Mon Sep 17 00:00:00 2001 From: Allen Goodman Date: Mon, 31 Oct 2022 14:02:17 -0400 Subject: [PATCH] Update RFC-00xx-interpolation.md --- RFC-00xx-interpolation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFC-00xx-interpolation.md b/RFC-00xx-interpolation.md index 5df5ee8..bceda99 100644 --- a/RFC-00xx-interpolation.md +++ b/RFC-00xx-interpolation.md @@ -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.