Skip to content

Commit

Permalink
Test Exponential distribution in test_find_constrained_prior
Browse files Browse the repository at this point in the history
Closes #5289
  • Loading branch information
ricardoV94 committed Jan 20, 2022
1 parent 23c375a commit d4c12e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pymc/tests/test_func_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
(pm.Normal, 155, 180, {"mu": 170, "sigma": 3}, {}),
(pm.StudentT, 0.1, 0.4, {"mu": 10, "sigma": 3}, {"nu": 7}),
(pm.StudentT, 0, 1, {"mu": 5, "sigma": 2, "nu": 7}, {}),
# (pm.Exponential, 0, 1, {"lam": 1}, {}), PyMC Exponential gradient is failing miserably,
# need to figure out why
(pm.Exponential, 0, 1, {"lam": 1}, {}),
(pm.HalfNormal, 0, 1, {"sigma": 1}, {}),
(pm.Binomial, 0, 8, {"p": 0.5}, {"n": 10}),
(pm.Poisson, 1, 15, {"mu": 10}, {}),
Expand Down

0 comments on commit d4c12e3

Please sign in to comment.