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 8902e6a commit 1d79c7fCopy full SHA for 1d79c7f
ext/DynamicPPLMCMCChainsExt.jl
@@ -227,7 +227,7 @@ function DynamicPPL.predict(
227
include_all=false,
228
)
229
parameter_only_chain = MCMCChains.get_sections(chain, :parameters)
230
- accs = DynamicPPL.AccumulatorTuple(
+ accs = (
231
DynamicPPL.LogPriorAccumulator(),
232
DynamicPPL.LogLikelihoodAccumulator(),
233
DynamicPPL.ValuesAsInModelAccumulator(false),
0 commit comments