Skip to content

Commit

Permalink
Make GammaPrior class frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
AVHopp committed Apr 26, 2024
1 parent afb7043 commit dfb5159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baybe/kernels/priors/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from baybe.kernels.priors.base import Prior


@define
@define(frozen=True)
class GammaPrior(Prior):
"""A Gamma prior parameterized by concentration and rate."""

Expand Down

0 comments on commit dfb5159

Please sign in to comment.