Skip to content

Commit 03636cf

Browse files
committed
removed old line
1 parent 707b33f commit 03636cf

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
@@ -359,7 +359,6 @@ def determine_best_candidate(
359359
) -> BestOptimization | None:
360360
best_optimization: BestOptimization | None = None
361361
best_runtime_until_now = original_code_baseline.runtime
362-
best_speedup_ratio_until_now = 1.0
363362

364363
speedup_ratios: dict[str, float | None] = {}
365364
optimized_runtimes: dict[str, float | None] = {}

0 commit comments

Comments
 (0)