Skip to content

Commit

Permalink
Merge pull request #2462 from partev/patch-2
Browse files Browse the repository at this point in the history
DOC: fix broken formatting in leave_one_out_pseudo_likelihood.py
  • Loading branch information
Balandat committed Mar 19, 2024
2 parents 2cde643 + 4b3ab4a commit e3d8a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpytorch/mlls/leave_one_out_pseudo_likelihood.py
Expand Up @@ -47,7 +47,7 @@ def __init__(self, likelihood, model):

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

0 comments on commit e3d8a5e

Please sign in to comment.