Skip to content

Commit

Permalink
Update test/abstractmcmc.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 Oct 31, 2024
1 parent 027cd31 commit 95cba2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/abstractmcmc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ using Statistics: mean
@test new_state.transition.z.ℓπ == s.transition.z.ℓπ
@test new_state.transition.z.ℓκ == s.transition.z.ℓκ
@test new_state.transition.z.r == s.transition.z.r

new_θ = randn(rng, 2)
new_state = AbstractMCMC.setparams!!(model, s, new_θ)
@test AbstractMCMC.getparams(new_state) == new_θ
Expand Down

0 comments on commit 95cba2b

Please sign in to comment.