Skip to content

Commit

Permalink
Update sebo.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
saitcakmak authored Sep 8, 2023
1 parent 3a0669d commit ec15515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/sebo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"if SMOKE_TEST:\n",
" N_BATCHES = 1\n",
" BATCH_SIZE = 1\n",
" SURROGATE_CLASS = SingleTaskGP\n",
" SURROGATE_CLASS = None # Auto-pick SingleTaskGP / FixedNoiseGP\n",
"else:\n",
" N_BATCHES = 4\n",
" BATCH_SIZE = 5\n",
Expand Down

0 comments on commit ec15515

Please sign in to comment.