File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test_autoarray/inversion/inversion/interferometer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,13 +218,13 @@ def test__identical_inversion_values_for_two_methods():
218218 ).all ()
219219
220220 assert inversion_w_tilde .data_vector == pytest .approx (
221- inversion_mapping_matrices .data_vector , 1.0e-8
221+ inversion_mapping_matrices .data_vector , abs = 1.0e-2
222222 )
223223 assert inversion_w_tilde .curvature_matrix == pytest .approx (
224- inversion_mapping_matrices .curvature_matrix , 1.0e-8
224+ inversion_mapping_matrices .curvature_matrix , abs = 1.0e-2
225225 )
226226 assert inversion_w_tilde .curvature_reg_matrix == pytest .approx (
227- inversion_mapping_matrices .curvature_reg_matrix , 1.0e-8
227+ inversion_mapping_matrices .curvature_reg_matrix , abs = 1.0e-2
228228 )
229229
230230 assert inversion_w_tilde .reconstruction == pytest .approx (
You can’t perform that action at this time.
0 commit comments