Skip to content

Commit

Permalink
Update test/ext/DynamicPPLMCMCChainsExt.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
sunxd3 and github-actions[bot] authored Nov 14, 2024
1 parent bdf90b4 commit c7d08b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ext/DynamicPPLMCMCChainsExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ end
simple_linear3 => [:intercept, Symbol("coef[1]"), Symbol("coef[2]"), :error],
simple_linear4 => [:intercept, :coef1, :coef2, :error],
)
@testset "$model" for model in [simple_linear1, simple_linear2, simple_linear3, simple_linear4]
@testset "$model" for model in
[simple_linear1, simple_linear2, simple_linear3, simple_linear4]
m = model(x, y)
chain = sample(
DynamicPPL.LogDensityFunction(m, DynamicPPL.VarInfo(m)),
Expand Down

0 comments on commit c7d08b0

Please sign in to comment.