Skip to content

Commit cc14961

Browse files
gpleissBalandat
andauthored
Update gpytorch/kernels/kernel.py
Co-authored-by: Max Balandat <[email protected]>
1 parent 577693e commit cc14961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpytorch/kernels/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def _lazily_evaluate(self) -> bool:
256256
257257
If True, kernel(x1, x2) produces a KernelLinearOperator that delays evaluation of the kernel function.
258258
The kernel function will only be evaluated when either
259-
- An mathematical operation is performed on the kernel matrix (e.g. solves, logdets, etc.), or
259+
- A mathematical operation is performed on the kernel matrix (e.g. solves, logdets, etc.), or
260260
- An indexing operation is performed on the kernel matrix to select specific covariance entries.
261261
262262
In general, _lazily_evaluate should return True (this option is more efficient), unless lazy evaluation

0 commit comments

Comments
 (0)