Skip to content

Commit 431d5ec

Browse files
authored
Merge pull request #565 from PyAutoLabs/agent/delaunay-nn
Expose DelaunayNN mesh
2 parents 71724e9 + 9640f99 commit 431d5ec

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

autogalaxy/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
from autoarray.inversion.mesh.interpolator.delaunay import (
4545
InterpolatorDelaunay,
4646
) # noqa
47+
from autoarray.inversion.mesh.interpolator.sibson import (
48+
InterpolatorDelaunayNN,
49+
) # noqa
4750
from autoarray.structures.vectors.uniform import VectorYX2D # noqa
4851
from autoarray.structures.vectors.irregular import VectorYX2DIrregular # noqa
4952
from autoarray.layout.region import Region1D # noqa
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Delaunay:
2+
DelaunayNN:

0 commit comments

Comments
 (0)