Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Nov 2, 2023
1 parent dbb26b9 commit a55df44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fvgp/gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2469,7 +2469,6 @@ def polynomial_kernel(self, x1, x2, p):
kernel = (1.0 + x1.T @ x2) ** p
return p

@staticmethod
def default_kernel(self, x1, x2, hyperparameters, obj):
"""
Function for the default kernel, a Matern kernel of first-order differentiability.
Expand Down

0 comments on commit a55df44

Please sign in to comment.