Skip to content

Commit

Permalink
Merge pull request #2625 from parrangoiz/indexkernel-docs-fix
Browse files Browse the repository at this point in the history
Fix error in IndexKernel docstring
  • Loading branch information
saitcakmak authored Jan 17, 2025
2 parents 6bfbd4f + fdbf24a commit 4b6d48e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gpytorch/kernels/index_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ class IndexKernel(Kernel):
covar_factor:
The :math:`B` matrix.
raw_var:
The element-wise log of the :math:`\mathbf v` vector.
The element-wise `Softplus <https://pytorch.org/docs/stable/generated/torch.nn.Softplus.html>`_
of the :math:`\mathbf v` vector (assuming the default `var_constraint`).
"""

def __init__(
Expand Down

0 comments on commit 4b6d48e

Please sign in to comment.