Skip to content

Commit 95cba2b

Browse files
Update test/abstractmcmc.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 027cd31 commit 95cba2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/abstractmcmc.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ using Statistics: mean
3131
@test new_state.transition.z.ℓπ == s.transition.z.ℓπ
3232
@test new_state.transition.z.ℓκ == s.transition.z.ℓκ
3333
@test new_state.transition.z.r == s.transition.z.r
34-
3534
new_θ = randn(rng, 2)
3635
new_state = AbstractMCMC.setparams!!(model, s, new_θ)
3736
@test AbstractMCMC.getparams(new_state) == new_θ

0 commit comments

Comments
 (0)