From 0969581fd148937f544e7f6d307b95c88adbf6f9 Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Sun, 1 Oct 2023 18:30:09 +0100 Subject: [PATCH] initial_state missing from one mcmcsample --- src/sample.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sample.jl b/src/sample.jl index ddfad4f8..b40d447e 100644 --- a/src/sample.jl +++ b/src/sample.jl @@ -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