Skip to content

Commit

Permalink
Fix a kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Dec 18, 2024
1 parent 5cf43b2 commit 96f8dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dynamicppl/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const gdemo_default = gdemo_d()
end

@testset "sample" begin
alg = Gibbs(; m=HMC(0.2, 3), PG(10))
alg = Gibbs(; m=HMC(0.2, 3), s=PG(10))
chn = sample(gdemo_default, alg, 1000)
end

Expand Down

0 comments on commit 96f8dd4

Please sign in to comment.