From 40f004a511989d1ba1538acafc269a6d6681b6e5 Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 9 Aug 2026 22:49:45 +0200 Subject: [PATCH] Expose DelaunayNN mesh --- autolens/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autolens/__init__.py b/autolens/__init__.py index e1d02a2d7..2c7af1b24 100644 --- a/autolens/__init__.py +++ b/autolens/__init__.py @@ -39,6 +39,7 @@ InterpolatorRectangular, ) from autoarray.inversion.mesh.interpolator.delaunay import InterpolatorDelaunay +from autoarray.inversion.mesh.interpolator.sibson import InterpolatorDelaunayNN from autoarray.structures.triangles.shape import Circle from autoarray.structures.triangles.shape import Triangle from autoarray.structures.triangles.shape import Square