Skip to content

Commit

Permalink
Update gpytorch/kernels/kernel.py
Browse files Browse the repository at this point in the history
Co-authored-by: Max Balandat <Balandat@users.noreply.github.com>
  • Loading branch information
gpleiss and Balandat committed May 25, 2023
1 parent cc14961 commit 5fba78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpytorch/kernels/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _dist(self, x1, x2, x1_eq_x2=False, postprocess=False):
return self._postprocess(res) if postprocess else res


class _autograd_kernel_hack(object):
class _autograd_kernel_hack:
"""
Helper class.
Expand Down

0 comments on commit 5fba78d

Please sign in to comment.