Skip to content

Commit 96f8dd4

Browse files
committed
Fix a kwarg
1 parent 5cf43b2 commit 96f8dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dynamicppl/compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const gdemo_default = gdemo_d()
177177
end
178178

179179
@testset "sample" begin
180-
alg = Gibbs(; m=HMC(0.2, 3), PG(10))
180+
alg = Gibbs(; m=HMC(0.2, 3), s=PG(10))
181181
chn = sample(gdemo_default, alg, 1000)
182182
end
183183

0 commit comments

Comments
 (0)