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 50cf370 commit 58e44d3Copy full SHA for 58e44d3
codeflash/optimization/function_optimizer.py
@@ -357,6 +357,8 @@ def determine_best_candidate(
357
file_path_to_helper_classes: dict[Path, set[str]],
358
exp_type: str,
359
) -> BestOptimization | None:
360
+ #TODO remove
361
+ from codeflash.models.models import OptimizedCandidate
362
best_optimization: BestOptimization | None = None
363
best_runtime_until_now = original_code_baseline.runtime
364
0 commit comments