Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎Chapter1_Introduction/Ch1_Introduction_PyMC3.ipynb

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /