Skip to content

Commit adea3c4

Browse files
committed
Minor logging adjustment
1 parent 490e256 commit adea3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/teleprompt/mipro_optimizer_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def _perform_full_evaluation(
749749
instruction_candidates: List,
750750
demo_candidates: List,
751751
):
752-
logger.info(f"===== Trial {trial_num+1} /{adjusted_num_trials} - Full Evaluation =====")
752+
logger.info(f"===== Trial {trial_num+1} / {adjusted_num_trials} - Full Evaluation =====")
753753

754754
# Identify best program to evaluate fully
755755
highest_mean_program, mean_score, combo_key, params = (

0 commit comments

Comments
 (0)