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