Skip to content

Commit 0c0e026

Browse files
committed
fix unit tests
1 parent 78e153b commit 0c0e026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/llm_prompt_optimization/evaluator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
if not prompt_file:
4848
# Default to a generic dataset config if not using the wrapper script
4949
evaluator_dir = os.path.dirname(os.path.abspath(__file__))
50-
DATASET_CONFIG_PATH = os.path.join(evaluator_dir, "dataset_config.yaml")
51-
print("Warning: OPENEVOLVE_PROMPT not set. Using default dataset_config.yaml")
50+
DATASET_CONFIG_PATH = os.path.join(evaluator_dir, "dataset_settings.yaml")
51+
print("Warning: OPENEVOLVE_PROMPT not set. Using default dataset_settings.yaml")
5252
else:
5353
basename = os.path.basename(prompt_file)
5454
dataset_filename = basename.replace("_prompt.txt", "_prompt_dataset.yaml").replace(

0 commit comments

Comments
 (0)