File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -993,12 +993,6 @@ def find_and_process_best_optimization(
993
993
optimized_function = best_optimization .candidate .source_code ,
994
994
)
995
995
996
- existing_tests = existing_tests_source_for (
997
- self .function_to_optimize .qualified_name_with_modules_from_root (self .project_root ),
998
- function_to_all_tests ,
999
- tests_root = self .test_cfg .tests_root ,
1000
- )
1001
-
1002
996
original_code_combined = original_helper_code .copy ()
1003
997
original_code_combined [explanation .file_path ] = self .function_to_optimize_source_code
1004
998
new_code_combined = new_helper_code .copy ()
@@ -1059,7 +1053,6 @@ def find_and_process_best_optimization(
1059
1053
trace_id = self .function_trace_id , is_optimization_found = best_optimization is not None
1060
1054
)
1061
1055
self .log_successful_optimization (explanation , generated_tests , exp_type )
1062
-
1063
1056
return best_optimization
1064
1057
1065
1058
def establish_original_code_baseline (
You can’t perform that action at this time.
0 commit comments