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 0ea293a commit 6e8f88eCopy full SHA for 6e8f88e
src/sample.jl
@@ -293,7 +293,7 @@ function mcmcsample(
293
# Discard initial samples.
294
for j in 1:discard_initial
295
# Obtain the next sample and state.
296
- sample, state = if j ≤ discard_num_warmup
+ sample, state = if j ≤ discard_from_warmup
297
step_warmup(rng, model, sampler, state; kwargs...)
298
else
299
step(rng, model, sampler, state; kwargs...)
0 commit comments