Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pymc/tests/test_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def test_normal_scalar(self):
assert ppc["a"].shape == (nchains * ndraws,)
# mu's standard deviation may have changed thanks to a's observed
_, pval = stats.kstest(ppc["a"] - trace["mu"], stats.norm(loc=0, scale=1).cdf)
assert pval > 0.001
assert pval > 0.01

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