Skip to content

Commit d0457f7

Browse files
blethamfacebook-github-bot
authored andcommitted
botorch docstring typo fix (#3020)
Summary: Pull Request resolved: #3020 Noticed this typo, might as well fix it. Reviewed By: saitcakmak Differential Revision: D82972443 fbshipit-source-id: 4ae33a7df9a0a41ee2997756df7f413e73423ff9
1 parent 51429f2 commit d0457f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botorch/acquisition/logei.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def _init_baseline(
449449

450450
@property
451451
def X_baseline(self) -> Tensor:
452-
"""Returns the set of pointsthat should be considered as the incumbent.
452+
"""Returns the set of points that should be considered as the incumbent.
453453
454454
For incremental EI, this contains the previously evaluated points
455455
(X_baseline) and pending points (X_pending). For non-incremental

0 commit comments

Comments
 (0)