Skip to content

Commit

Permalink
Update pymc_experimental/distributions/discrete.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
  • Loading branch information
wd60622 and ricardoV94 authored Nov 5, 2023
1 parent 61f4b26 commit 24fb9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc_experimental/distributions/discrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def logp(value, mu, lam):
)


class BetaNegativeBinomial(pm.distributions.Discrete):
class BetaNegativeBinomial:
R"""
Beta Negative Binomial distribution.
Expand Down

0 comments on commit 24fb9c1

Please sign in to comment.