Skip to content

Commit ea3067c

Browse files
Jammy2211Jammy2211
authored andcommitted
JAX complet
1 parent 5525b9c commit ea3067c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

autoarray/inversion/inversion/imaging/w_tilde.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ def __init__(
7474

7575
@cached_property
7676
def w_tilde_data(self):
77+
7778
return inversion_imaging_numba_util.w_tilde_data_imaging_from(
78-
image_native=self.data.native.array,
79+
image_native=np.array(self.data.native.array),
7980
noise_map_native=self.noise_map.native.array,
8081
kernel_native=self.psf.native.array,
8182
native_index_for_slim_index=self.data.mask.derive_indexes.native_for_slim,

0 commit comments

Comments
 (0)