Skip to content

Commit f904f99

Browse files
committed
Fix call to DynamicPPL.initialize_parameters!!
1 parent bf32ed4 commit f904f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcmc/gibbs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ function initial_varinfo(rng, model, spl, initial_params)
312312

313313
# Update the parameters if provided.
314314
if initial_params !== nothing
315-
vi = DynamicPPL.initialize_parameters!!(vi, initial_params, spl, model)
315+
vi = DynamicPPL.initialize_parameters!!(vi, initial_params, model)
316316

317317
# Update joint log probability.
318318
# This is a quick fix for https://github.com/TuringLang/Turing.jl/issues/1588

0 commit comments

Comments
 (0)