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 1333c8f commit 959b8afCopy full SHA for 959b8af
codeflash/optimization/function_optimizer.py
@@ -397,7 +397,7 @@ def determine_best_candidate(
397
if done and (future_line_profile_results is not None):
398
line_profile_results = future_line_profile_results.result()
399
candidates.extend(line_profile_results)
400
- original_len += len(candidates)
+ original_len += len(line_profile_results)
401
logger.info(
402
f"Added results from line profiler to candidates, total candidates now: {original_len}"
403
)
0 commit comments