Skip to content

Commit 8ede94c

Browse files
committed
wip
1 parent 17de10b commit 8ede94c

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
@@ -261,6 +261,7 @@ def optimize_function(self) -> Result[BestOptimization, str]:
261261
best_optimization.candidate.explanation, title="Best Candidate Explanation", border_style="blue"
262262
)
263263
)
264+
get_new_explanation = "abc"
264265
explanation = Explanation(
265266
raw_explanation_message=best_optimization.candidate.explanation,
266267
winning_behavioral_test_results=best_optimization.winning_behavioral_test_results,

0 commit comments

Comments
 (0)