Skip to content

Commit

Permalink
fixup version
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
penelopeysm and github-actions[bot] authored Oct 26, 2024
1 parent 4b091b0 commit a88c6b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/mcmc/Inference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ using Turing

# Smoke test for default sample call.
Random.seed!(100)
chain = sample(
gdemo_default, HMC(0.1, 7; adtype=adbackend), MCMCThreads(), 1000, 4
)
chain = sample(gdemo_default, HMC(0.1, 7; adtype=adbackend), MCMCThreads(), 1000, 4)
check_gdemo(chain)

# run sampler: progress logging should be disabled and
Expand Down

0 comments on commit a88c6b7

Please sign in to comment.