Skip to content

Commit

Permalink
Update test/model.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
torfjelde and github-actions[bot] authored Sep 6, 2023
1 parent c4b2556 commit 3b27435
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,9 @@ end
vcat(v, i)
end
chain_with_extra = MCMCChains.Chains(
permutedims(stack(vals_with_extra)), vcat(syms, [:y]);
info=(varname_to_symbol=vns_to_syms_with_extra,)
permutedims(stack(vals_with_extra)),
vcat(syms, [:y]);
info=(varname_to_symbol=vns_to_syms_with_extra,),
)
display(chain_with_extra)
# Test!
Expand Down

0 comments on commit 3b27435

Please sign in to comment.