We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c085e88 commit 7d91158Copy full SHA for 7d91158
autoarray/inversion/pixelization/mappers/voronoi.py
@@ -172,5 +172,5 @@ def interpolated_array_from(
172
is input.
173
"""
174
return self.source_plane_mesh_grid.interpolated_array_from(
175
- values=values, shape_native=shape_native, extent=extent, use_nn=True
+ values=np.array(values), shape_native=shape_native, extent=extent, use_nn=True
176
)
0 commit comments