Skip to content

Commit

Permalink
Fix format
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
devmotion and github-actions[bot] authored Jan 21, 2024
1 parent 59a3356 commit 7373bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/turing/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

chain = sample(
newinterface(obs),
HMC(0.75, 3, :p, :x; adtype = AutoForwardDiff(; chunksize = 2)),
HMC(0.75, 3, :p, :x; adtype=AutoForwardDiff(; chunksize=2)),
100,
)
end
Expand Down

0 comments on commit 7373bf6

Please sign in to comment.