We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef80323 commit 65d766dCopy full SHA for 65d766d
codeflash/optimization/function_optimizer.py
@@ -598,7 +598,6 @@ def determine_best_candidate(
598
original_runtime=original_code_baseline.runtime,
599
optimized_runtime=optimized_runtimes,
600
is_correct=is_correct,
601
- best_optimization_id=best_optimization.candidate.optimization_id,
602
optimized_line_profiler_results=optimized_line_profiler_results,
603
)
604
return best_optimization
0 commit comments