Skip to content

Commit

Permalink
Make MaternKernels frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
AVHopp committed Apr 26, 2024
1 parent dfb5159 commit a67d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baybe/kernels/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _convert_fraction(value: Union[str, float, Fraction], /) -> float:
return float(value)


@define
@define(frozen=True)
class MaternKernel(Kernel):
"""A Matern kernel using a smoothness parameter."""

Expand Down

0 comments on commit a67d6a7

Please sign in to comment.