Skip to content

Commit 6a55485

Browse files
committed
Reduce 64bit precision test_skew_normal
1 parent dddc4c3 commit 6a55485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc3/tests/test_distributions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,7 @@ def test_skew_normal(self):
13091309
R,
13101310
{"mu": R, "sigma": Rplusbig, "alpha": R},
13111311
lambda value, alpha, mu, sigma: sp.skewnorm.logpdf(value, alpha, mu, sigma),
1312+
decimal=select_by_precision(float64=5, float32=3),
13121313
)
13131314

13141315
def test_binomial(self):

0 commit comments

Comments
 (0)