Skip to content

Commit 8305f5e

Browse files
Fix Futurewarning specifying argument for pymc v3, not v4
1 parent 6431558 commit 8305f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Chapter1_Introduction/Ch1_Introduction_PyMC3.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@
730730
"### Mysterious code to be explained in Chapter 3.\n",
731731
"with model:\n",
732732
" step = pm.Metropolis()\n",
733-
" trace = pm.sample(10000, tune=5000,step=step)"
733+
" trace = pm.sample(10000, tune=5000, step=step, return_inferencedata=False)"
734734
]
735735
},
736736
{

0 commit comments

Comments
 (0)