Skip to content

Commit 86b95ad

Browse files
committed
first commit
1 parent 05e9ab1 commit 86b95ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ def determine_best_candidate(
405405
original_len = len(candidates)
406406
# TODO : We need to rewrite this candidate loop as a class, the container which has candidates receives new candidates at unknown times due to the async nature of lp and refinement calls,
407407
# TODO : in addition, the refinement calls depend on line profiler calls being complete so we need to check that reliably
408+
# write a class with queue.Queue architecture
408409
while True:
409410
try:
410411
if len(candidates) > 0:

0 commit comments

Comments
 (0)