Skip to content

Commit 4974e9f

Browse files
Fix another typo in RuntimeError (#2706)
Co-authored-by: Kaiwen Wu <[email protected]>
1 parent f3f112f commit 4974e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpytorch/variational/ciq_variational_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,6 @@ def __call__(self, x: torch.Tensor, prior: bool = False, diag: bool = True, **kw
342342
)
343343
else:
344344
raise RuntimeError(
345-
f"Invalid variational distribuition ({type(variational_dist_u)}). "
345+
f"Invalid variational distribution ({type(variational_dist_u)}). "
346346
"Expected a multivariate normal or a delta distribution."
347347
)

0 commit comments

Comments
 (0)