Skip to content

Commit 4c50848

Browse files
sunxd3torfjelde
andauthored
Update src/AbstractMCMC.jl
Co-authored-by: Tor Erlend Fjelde <[email protected]>
1 parent 6855840 commit 4c50848

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/AbstractMCMC.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ function getparams(model::AbstractModel, state)
9292
end
9393

9494
"""
95-
setparams!!(model::AbstractModel, state, params)
96-
setparams!!(logdensity, state, params)
97-
setparams!!(state, params)
95+
setparams!!([model::AbstractModel, ]state, params)
9896
9997
Set the values of parameters in the sampler's `state` from a `Vector{<:Real}`.
10098

0 commit comments

Comments
 (0)