Skip to content

Commit 608c011

Browse files
committed
increase samples to get summary to work
1 parent d57fc13 commit 608c011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/examples/disaster_model_missing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
def run(n=1000):
5151
if n == "short":
52-
n = 50
52+
n = 500
5353
with model:
5454

5555
# Initial values for stochastic nodes

0 commit comments

Comments
 (0)