Skip to content

Commit

Permalink
Temporarily set n_samples=-1 in beta logcdf to catch 32-bit failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Mar 10, 2021
1 parent 4ec14ab commit 6ea14a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymc3/tests/test_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@ def test_beta(self):
Unit,
{"alpha": Rplus, "beta": Rplus},
lambda value, alpha, beta: sp.beta.logcdf(value, alpha, beta),
n_samples=-1, # TODO: Revert this
)

def test_kumaraswamy(self):
Expand Down

0 comments on commit 6ea14a8

Please sign in to comment.