Skip to content

Commit 7d91158

Browse files
Jammy2211Jammy2211
authored andcommitted
convert JAX Array
1 parent c085e88 commit 7d91158

File tree

1 file changed

+1
-1
lines changed
  • autoarray/inversion/pixelization/mappers

1 file changed

+1
-1
lines changed

autoarray/inversion/pixelization/mappers/voronoi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,5 @@ def interpolated_array_from(
172172
is input.
173173
"""
174174
return self.source_plane_mesh_grid.interpolated_array_from(
175-
values=values, shape_native=shape_native, extent=extent, use_nn=True
175+
values=np.array(values), shape_native=shape_native, extent=extent, use_nn=True
176176
)

0 commit comments

Comments
 (0)