Skip to content

Commit

Permalink
Merge pull request #2463 from partev/patch-3
Browse files Browse the repository at this point in the history
DOC: fix formatting issue in RFFKernel documentation
  • Loading branch information
Balandat authored Mar 19, 2024
2 parents ebe6d8f + 6c534f7 commit 2cde643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpytorch/kernels/rff_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class RFFKernel(Kernel):
.. math::
\begin{equation}
k(\Delta) = \exp{(-\frac{\Delta^2}{2\sigma^2})}$ and $p(\omega) = \exp{(-\frac{\sigma^2\omega^2}{2})}
k(\Delta) = \exp{(-\frac{\Delta^2}{2\sigma^2})} \text{ and } p(\omega) = \exp{(-\frac{\sigma^2\omega^2}{2})}
\end{equation}
where :math:`\Delta = x - x'`.
Expand Down

0 comments on commit 2cde643

Please sign in to comment.