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 9e24c0e commit 1fef03dCopy full SHA for 1fef03d
codeflash/optimization/function_optimizer.py
@@ -392,6 +392,7 @@ def determine_best_candidate(
392
try:
393
candidate_index = 0
394
original_len = len(candidates)
395
+ # TODO replace while true with something safer, we dont want accidental infinite loops
396
while True:
397
done = True if future_line_profile_results is None else future_line_profile_results.done()
398
if done and (future_line_profile_results is not None):
0 commit comments