Skip to content

Commit

Permalink
initial_state missing from one mcmcsample
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Oct 2, 2023
1 parent a1c1881 commit ca4f4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sample.jl
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ function mcmcsample(
nchains::Integer;
progressname="Sampling",
initial_params=nothing,
initial_state=nothing,
kwargs...,
)
# Check if the number of chains is larger than the number of samples
Expand Down

0 comments on commit ca4f4b9

Please sign in to comment.