Skip to content

Commit 99a2131

Browse files
authored
DOC: fix broken formatting in leave_one_out_pseudo_likelihood.py
1 parent 58c0335 commit 99a2131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpytorch/mlls/leave_one_out_pseudo_likelihood.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self, likelihood, model):
4747

4848
def forward(self, function_dist: MultivariateNormal, target: Tensor, *params) -> Tensor:
4949
r"""
50-
Computes the leave one out likelihood given :math:`p(\mathbf f)` and `\mathbf y`
50+
Computes the leave one out likelihood given :math:`p(\mathbf f)` and :math:`\mathbf y`
5151
5252
:param ~gpytorch.distributions.MultivariateNormal output: the outputs of the latent function
5353
(the :obj:`~gpytorch.models.GP`)

0 commit comments

Comments
 (0)