Skip to content

Commit 19df324

Browse files
Jammy2211Jammy2211
authored andcommitted
knn works and tested
1 parent 8c5827f commit 19df324

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • autoarray/inversion/pixelization/mesh

autoarray/inversion/pixelization/mesh/knn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def mesh_grid_from(
187187
return Mesh2DDelaunayKNN(
188188
values=source_plane_mesh_grid,
189189
source_plane_data_grid_over_sampled=source_plane_data_grid,
190+
mash=self,
190191
preloads=preloads,
191192
_xp=xp,
192193
)

0 commit comments

Comments
 (0)