Skip to content

Commit

Permalink
Update src/sampler.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JaimeRZP and github-actions[bot] authored Oct 12, 2023
1 parent e18e8a6 commit 5436cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sampler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function sample(
j = i - drop_warmup * n_adapts
if keep_gradients
sample = [t.z.θ; t.z.ℓπ]
else
else
sample = t.z.θ
end
θs[j], stats[j] = sample, tstat
Expand Down

0 comments on commit 5436cc6

Please sign in to comment.