Skip to content

Commit e3d8a5e

Browse files
authored
Merge pull request #2462 from partev/patch-2
DOC: fix broken formatting in leave_one_out_pseudo_likelihood.py
2 parents 2cde643 + 4b3ab4a commit e3d8a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpytorch/mlls/leave_one_out_pseudo_likelihood.py

+1-1
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)