Skip to content

Commit f5de839

Browse files
Jammy2211Jammy2211
authored andcommitted
JAX integration test complete
1 parent 10c2ec4 commit f5de839

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

autoarray/inversion/pixelization/mesh/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
from .rectangular import RectangularAdaptImage
44
from .rectangular_uniform import RectangularUniform
55
from .delaunay import Delaunay
6+
from .knn import KNNInterpolator

autoarray/structures/mesh/knn_delaunay_2d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import numpy as np
2+
13
from autoarray.structures.mesh.delaunay_2d import Mesh2DDelaunay
24

35
class Mesh2DDelaunayKNN(Mesh2DDelaunay):

0 commit comments

Comments
 (0)