Skip to content

Commit ba83d28

Browse files
austereantelopericardoV94
authored andcommitted
reset TestSamplePPC bound to original value
1 parent 657eb2a commit ba83d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/tests/test_sampling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def test_normal_scalar(self):
508508
assert ppc["a"].shape == (nchains * ndraws,)
509509
# mu's standard deviation may have changed thanks to a's observed
510510
_, pval = stats.kstest(ppc["a"] - trace["mu"], stats.norm(loc=0, scale=1).cdf)
511-
assert pval > 0.01
511+
assert pval > 0.001
512512

513513
# size argument not introduced to fast version [2019/08/20:rpg]
514514
with model:

0 commit comments

Comments
 (0)