From 7373bf67cc9f4a138ecf063060d925416afeccd7 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Sun, 21 Jan 2024 20:29:31 +0100 Subject: [PATCH] Fix format Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- test/turing/compiler.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/turing/compiler.jl b/test/turing/compiler.jl index 8d0b44dda..74cca9c72 100644 --- a/test/turing/compiler.jl +++ b/test/turing/compiler.jl @@ -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