Skip to content

Commit 9551eba

Browse files
authored
Merge pull request #2513 from partev/patch-1
DOC: fix broken URL in periodic_kernel.py
2 parents a158e44 + cc49c49 commit 9551eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpytorch/kernels/periodic_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class PeriodicKernel(Kernel):
7878
>>> covar = covar_module(x) # Output: LazyVariable of size (2 x 10 x 10)
7979
8080
.. _David Mackay's Introduction to Gaussian Processes equation 47:
81-
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.81.1927&rep=rep1&type=pdf
81+
https://inference.org.uk/mackay/gpB.pdf
8282
"""
8383

8484
has_lengthscale = True

0 commit comments

Comments
 (0)