Skip to content

Commit

Permalink
Update test/dynamicppl/compiler.jl
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
penelopeysm and github-actions[bot] authored Dec 18, 2024
1 parent f6e38de commit 5415183
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 @@ -100,7 +100,7 @@ const gdemo_default = gdemo_d()
chain = sample(gauss(x), PG(10), 10)
chain = sample(gauss(x), SMC(), 10)

# Test algorithm that does not support models with keyword arguments. See issue #2007 for more details.
# Test algorithm that does not support models with keyword arguments. See issue #2007 for more details.
@model function gauss2(::Type{TV}=Vector{Float64}; x) where {TV}
priors = TV(undef, 2)
priors[1] ~ InverseGamma(2, 3) # s
Expand Down

0 comments on commit 5415183

Please sign in to comment.