Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions autogalaxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
from autoarray.inversion.mesh.interpolator.delaunay import (
InterpolatorDelaunay,
) # noqa
from autoarray.inversion.mesh.interpolator.sibson import (
InterpolatorDelaunayNN,
) # noqa
from autoarray.structures.vectors.uniform import VectorYX2D # noqa
from autoarray.structures.vectors.irregular import VectorYX2DIrregular # noqa
from autoarray.layout.region import Region1D # noqa
Expand Down
1 change: 1 addition & 0 deletions autogalaxy/config/priors/mesh/delaunay.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Delaunay:
DelaunayNN:
Loading