@@ -281,7 +281,6 @@ def test__inversion_imaging__via_linear_obj_func_and_mapper__force_edge_pixels_t
281281 linear_obj_list = [linear_obj , delaunay_mapper_9_3x3 ],
282282 settings = aa .SettingsInversion (
283283 no_regularization_add_to_curvature_diag_value = False ,
284- force_edge_pixels_to_zeros = True ,
285284 ),
286285 )
287286
@@ -295,7 +294,6 @@ def test__inversion_imaging__via_linear_obj_func_and_mapper__force_edge_pixels_t
295294 settings = aa .SettingsInversion (
296295 use_positive_only_solver = True ,
297296 no_regularization_add_to_curvature_diag_value = False ,
298- force_edge_pixels_to_zeros = True ,
299297 ),
300298 )
301299
@@ -362,7 +360,6 @@ def test__inversion_imaging__linear_obj_func_and_non_func_give_same_terms(
362360 linear_obj_list = [linear_obj , rectangular_mapper_7x7_3x3 ],
363361 settings = aa .SettingsInversion (
364362 use_positive_only_solver = True ,
365- force_edge_pixels_to_zeros = False ,
366363 ),
367364 )
368365
@@ -377,7 +374,6 @@ def test__inversion_imaging__linear_obj_func_and_non_func_give_same_terms(
377374 linear_obj_list = [rectangular_mapper_7x7_3x3 ],
378375 settings = aa .SettingsInversion (
379376 use_positive_only_solver = True ,
380- force_edge_pixels_to_zeros = False ,
381377 ),
382378 )
383379
0 commit comments