There was an error while loading. Please reload this page.
2 parents 71724e9 + 9640f99 commit 431d5ecCopy full SHA for 431d5ec
2 files changed
autogalaxy/__init__.py
@@ -44,6 +44,9 @@
44
from autoarray.inversion.mesh.interpolator.delaunay import (
45
InterpolatorDelaunay,
46
) # noqa
47
+from autoarray.inversion.mesh.interpolator.sibson import (
48
+ InterpolatorDelaunayNN,
49
+) # noqa
50
from autoarray.structures.vectors.uniform import VectorYX2D # noqa
51
from autoarray.structures.vectors.irregular import VectorYX2DIrregular # noqa
52
from autoarray.layout.region import Region1D # noqa
autogalaxy/config/priors/mesh/delaunay.yaml
@@ -1 +1,2 @@
1
Delaunay:
2
+DelaunayNN:
0 commit comments