Skip to content

Commit

Permalink
rename run_pipeline to evaluate_pipeline in user_yaml_neps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Meganton committed Dec 31, 2024
1 parent 43f2a14 commit efd6048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_neps_api/testing_scripts/user_yaml_neps.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def evaluate_pipeline(val1, val2):
parent_directory = os.path.join(script_directory, os.pardir)
searcher_path = Path(parent_directory) / "testing_yaml" / "optimizer_test"
neps.run(
evaluate_pipeline=run_pipeline,
evaluate_pipeline=evaluate_pipeline,
pipeline_space=pipeline_space,
root_directory="user_yaml_bo",
max_evaluations_total=1,
Expand Down

0 comments on commit efd6048

Please sign in to comment.