Skip to content

Commit d08e150

Browse files
committed
BUG Wishart example did not use proper namespace.
1 parent 98da417 commit d08e150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/examples/wishart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run(n = 3000):
4040
if n == "short":
4141
n = 50
4242
with model:
43-
trace = sample(n, step, start)
43+
trace = pm.sample(n, step, start)
4444

4545
pm.traceplot(trace);
4646

0 commit comments

Comments
 (0)