Skip to content

Commit f37d3b3

Browse files
committed
turn down precision on PrePostFit doctest
1 parent 34d795d commit f37d3b3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

causalpy/pymc_experiments.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@ class PrePostFit(ExperimentalDesign):
139139
==================================Pre-Post Fit==================================
140140
Formula: actual ~ 0 + a + b + c + d + e + f + g
141141
Model coefficients:
142-
a 0.34, 94% HDI [0.30, 0.38]
143-
b 0.05, 94% HDI [0.01, 0.09]
144-
c 0.31, 94% HDI [0.26, 0.35]
145-
d 0.06, 94% HDI [0.01, 0.10]
146-
e 0.02, 94% HDI [0.00, 0.07]
147-
f 0.19, 94% HDI [0.11, 0.26]
148-
g 0.04, 94% HDI [0.00, 0.08]
149-
sigma 0.26, 94% HDI [0.22, 0.30]
142+
a 0.3, 94% HDI [0.3, 0.3]
143+
b 0.0, 94% HDI [0.0, 0.0]
144+
c 0.3, 94% HDI [0.2, 0.3]
145+
d 0.0, 94% HDI [0.0, 0.1]
146+
e 0.0, 94% HDI [0.0, 0.0]
147+
f 0.1, 94% HDI [0.1, 0.2]
148+
g 0.0, 94% HDI [0.0, 0.0]
149+
sigma 0.2, 94% HDI [0.2, 0.3]
150150
"""
151151

152152
def __init__(

0 commit comments

Comments
 (0)