Skip to content

Commit

Permalink
Fixing typo in docstring of get_sobol_botorch_modular_acquisition (#…
Browse files Browse the repository at this point in the history
…2583)

Summary:
Pull Request resolved: #2583

This commit fixes a typo.

Reviewed By: esantorella

Differential Revision: D59861328

fbshipit-source-id: c60105059bce995c4db3dd9cc6521d183dd156e6
  • Loading branch information
SebastianAment authored and facebook-github-bot committed Jul 17, 2024
1 parent 6859016 commit 82d7383
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ax/benchmark/methods/modular_botorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ def get_sobol_botorch_modular_acquisition(
... scheduler_options=get_benchmark_scheduler_options(
... batch_size=5,
... ),
... model_gen_kwargs=model_gen_kwargs={
... "model_gen_options": {
... "optimizer_kwargs": {"sequential": False}
... }
... model_gen_kwargs={
... "model_gen_options": {
... "optimizer_kwargs": {"sequential": False}
... }
... },
... num_sobol_trials=1,
... )
"""
Expand Down

0 comments on commit 82d7383

Please sign in to comment.