Skip to content

Commit d681774

Browse files
committed
fix to _llm_evaluate that would return string values as part of the EvaluationResult metrics
1 parent ef07099 commit d681774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openevolve/evaluator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ async def evaluate_program(
166166
logger.warning(
167167
f"Evaluation attempt {attempt + 1}/{self.config.max_retries + 1} failed for program{program_id_str}: {str(e)}"
168168
)
169+
traceback.print_exc()
169170

170171
# Capture failure artifacts if enabled
171172
if artifacts_enabled and program_id:

0 commit comments

Comments
 (0)