@@ -144,7 +144,7 @@ def test__curvature_matrix_via_w_tilde_preload_from():
144144 )
145145
146146 w_tilde_preload = (
147- aa .util .inversion .w_tilde_curvature_preload_interferometer_from (
147+ aa .util .inversion_interferometer .w_tilde_curvature_preload_interferometer_from (
148148 noise_map_real = np .array (noise_map ),
149149 uv_wavelengths = np .array (uv_wavelengths ),
150150 shape_masked_pixels_2d = (3 , 3 ),
@@ -163,7 +163,7 @@ def test__curvature_matrix_via_w_tilde_preload_from():
163163 [[0 , 0 ], [0 , 1 ], [0 , 2 ], [1 , 0 ], [1 , 1 ], [1 , 2 ], [2 , 0 ], [2 , 1 ], [2 , 2 ]]
164164 )
165165
166- curvature_matrix_via_preload = aa .util .inversion .curvature_matrix_via_w_tilde_curvature_preload_interferometer_from (
166+ curvature_matrix_via_preload = aa .util .inversion_interferometer .curvature_matrix_via_w_tilde_curvature_preload_interferometer_from (
167167 curvature_preload = w_tilde_preload ,
168168 pix_indexes_for_sub_slim_index = pix_indexes_for_sub_slim_index ,
169169 pix_size_for_sub_slim_index = pix_size_for_sub_slim_index ,
@@ -192,7 +192,7 @@ def test__curvature_matrix_via_w_tilde_two_methods_agree():
192192 )
193193
194194 w_tilde_preload = (
195- aa .util .inversion .w_tilde_curvature_preload_interferometer_from (
195+ aa .util .inversion_interferometer .w_tilde_curvature_preload_interferometer_from (
196196 noise_map_real = np .array (noise_map ),
197197 uv_wavelengths = np .array (uv_wavelengths ),
198198 shape_masked_pixels_2d = (3 , 3 ),
@@ -204,7 +204,7 @@ def test__curvature_matrix_via_w_tilde_two_methods_agree():
204204 [[0 , 0 ], [0 , 1 ], [0 , 2 ], [1 , 0 ], [1 , 1 ], [1 , 2 ], [2 , 0 ], [2 , 1 ], [2 , 2 ]]
205205 )
206206
207- w_tilde_via_preload = aa .util .inversion .w_tilde_via_preload_from (
207+ w_tilde_via_preload = aa .util .inversion_interferometer .w_tilde_via_preload_from (
208208 w_tilde_preload = w_tilde_preload ,
209209 native_index_for_slim_index = native_index_for_slim_index ,
210210 )
0 commit comments