We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027cd31 commit 95cba2bCopy full SHA for 95cba2b
test/abstractmcmc.jl
@@ -31,7 +31,6 @@ using Statistics: mean
31
@test new_state.transition.z.ℓπ == s.transition.z.ℓπ
32
@test new_state.transition.z.ℓκ == s.transition.z.ℓκ
33
@test new_state.transition.z.r == s.transition.z.r
34
-
35
new_θ = randn(rng, 2)
36
new_state = AbstractMCMC.setparams!!(model, s, new_θ)
37
@test AbstractMCMC.getparams(new_state) == new_θ
0 commit comments