We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494dce1 commit 0e18580Copy full SHA for 0e18580
docs/src/general.md
@@ -82,7 +82,7 @@ end
82
83
sampler = Turing.Gibbs(
84
:p => externalsampler(SliceSteppingOut(2.0)),
85
- :z => PG(20, :z),
+ :z => PG(20),
86
)
87
88
n_samples = 1000
0 commit comments