Skip to content

Commit

Permalink
refactor: rename BayesianFit to BayesFit
Browse files Browse the repository at this point in the history
  • Loading branch information
wcxve committed Mar 19, 2024
1 parent 4815469 commit df06cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elisa/infer/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def mle(
return MLEResult(minuit, self._helper)


class BayesianFit(Fit):
class BayesFit(Fit):
_tab_config = ('Bayesian Fit', frozenset({'Bound'}))

def nuts(
Expand Down

0 comments on commit df06cbc

Please sign in to comment.