Skip to content

Commit a88c6b7

Browse files
fixup version
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4b091b0 commit a88c6b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/mcmc/Inference.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ using Turing
6767

6868
# Smoke test for default sample call.
6969
Random.seed!(100)
70-
chain = sample(
71-
gdemo_default, HMC(0.1, 7; adtype=adbackend), MCMCThreads(), 1000, 4
72-
)
70+
chain = sample(gdemo_default, HMC(0.1, 7; adtype=adbackend), MCMCThreads(), 1000, 4)
7371
check_gdemo(chain)
7472

7573
# run sampler: progress logging should be disabled and

0 commit comments

Comments
 (0)