Skip to content

Commit

Permalink
Merge pull request #2513 from partev/patch-1
Browse files Browse the repository at this point in the history
DOC: fix broken URL in periodic_kernel.py
  • Loading branch information
Balandat committed Apr 22, 2024
2 parents a158e44 + cc49c49 commit 9551eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpytorch/kernels/periodic_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class PeriodicKernel(Kernel):
>>> covar = covar_module(x) # Output: LazyVariable of size (2 x 10 x 10)
.. _David Mackay's Introduction to Gaussian Processes equation 47:
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.81.1927&rep=rep1&type=pdf
https://inference.org.uk/mackay/gpB.pdf
"""

has_lengthscale = True
Expand Down

0 comments on commit 9551eba

Please sign in to comment.