Skip to content

Commit 65d766d

Browse files
committed
bugfix
1 parent ef80323 commit 65d766d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@ def determine_best_candidate(
598598
original_runtime=original_code_baseline.runtime,
599599
optimized_runtime=optimized_runtimes,
600600
is_correct=is_correct,
601-
best_optimization_id=best_optimization.candidate.optimization_id,
602601
optimized_line_profiler_results=optimized_line_profiler_results,
603602
)
604603
return best_optimization

0 commit comments

Comments
 (0)