Skip to content

Commit

Permalink
remove arg from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
DaStoll committed Jul 1, 2024
1 parent 3db8e0c commit c3dc988
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neps_examples/basic_usage/hyperparameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ def run_pipeline(float1, float2, categorical, integer1, integer2):
root_directory="results/hyperparameters_example",
post_run_summary=True,
max_evaluations_total=15,
ignore_errors=True,
)

0 comments on commit c3dc988

Please sign in to comment.