Skip to content

Commit 2cde643

Browse files
authored
Merge pull request #2463 from partev/patch-3
DOC: fix formatting issue in RFFKernel documentation
2 parents ebe6d8f + 6c534f7 commit 2cde643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpytorch/kernels/rff_kernel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class RFFKernel(Kernel):
3535
3636
.. math::
3737
\begin{equation}
38-
k(\Delta) = \exp{(-\frac{\Delta^2}{2\sigma^2})}$ and $p(\omega) = \exp{(-\frac{\sigma^2\omega^2}{2})}
38+
k(\Delta) = \exp{(-\frac{\Delta^2}{2\sigma^2})} \text{ and } p(\omega) = \exp{(-\frac{\sigma^2\omega^2}{2})}
3939
\end{equation}
4040
4141
where :math:`\Delta = x - x'`.

0 commit comments

Comments
 (0)