Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Max Balandat <[email protected]>
  • Loading branch information
FrankWanger and Balandat authored Jan 27, 2025
1 parent 1dd456b commit e5d7fd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notebooks_community/clf_constrained_bo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@
"NUM_RESTARTS = 10 \n",
"RAW_SAMPLES = 512\n",
"\n",
"def optimize_acqf_and_get_observation(model, train_obj, train_con, \n",
"):\n",
"def optimize_acqf_and_get_observation(model, train_obj, train_con):\n",
" \"\"\"\n",
" Optimizes the acquisition function, and returns a new candidate and observation.\n",
" \"\"\"\n",
Expand Down

0 comments on commit e5d7fd3

Please sign in to comment.