Skip to content

Commit f3dd493

Browse files
David Erikssonfacebook-github-bot
authored andcommitted
Update docstring in _verify_output_shape (#2372)
Summary: Pull Request resolved: #2372 See title Reviewed By: saitcakmak Differential Revision: D58376098 fbshipit-source-id: d5c274a1b726758d186f8a11bb89d38f481dbb73
1 parent 8b32670 commit f3dd493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botorch/utils/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def _verify_output_shape(acqf: Any, X: Tensor, output: Tensor) -> bool:
186186
# acqf does not have model or acqf.model does not define `batch_shape`
187187
warnings.warn(
188188
"Output shape checks failed! Expected output shape to match t-batch shape"
189-
f"of X, but got output with shape {output.shape} for X with shape"
189+
f"of X, but got output with shape {output.shape} for X with shape "
190190
f"{X.shape}. Make sure that this is the intended behavior!",
191191
RuntimeWarning,
192192
)

0 commit comments

Comments
 (0)