We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b798b2e commit 3ed5cb3Copy full SHA for 3ed5cb3
test/gibbs_example/gibbs.jl
@@ -181,7 +181,9 @@ function AbstractMCMC.step(
181
args...;
182
kwargs...,
183
) where {Tsamplingmap}
184
- (; trace, mcmc_states, variable_sizes) = gibbs_state
+ trace = gibbs_state.trace
185
+ mcmc_states = gibbs_state.mcmc_states
186
+ variable_sizes = gibbs_state.variable_sizes
187
188
model_parameter_names = fieldnames(Tsamplingmap)
189
mcmc_states = map(model_parameter_names) do parameter_variable
0 commit comments