Skip to content

Commit cdaa663

Browse files
committed
update getparams
1 parent dcf1da9 commit cdaa663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AbstractMCMC.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ Recompute the log-probability of the `model` based on the given `state` and retu
8888
function recompute_logprob!!(rng, model, sampler, state) end
8989

9090
"""
91-
getparams
91+
getparams(state)
9292
93-
TODO
93+
Returns the values of the parameters in the state.
9494
"""
95-
function getparams end
95+
function getparams(state) end
9696

9797
include("samplingstats.jl")
9898
include("logging.jl")

0 commit comments

Comments
 (0)