Skip to content

Commit 1d79c7f

Browse files
committed
Fix bug
1 parent 8902e6a commit 1d79c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/DynamicPPLMCMCChainsExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ function DynamicPPL.predict(
227227
include_all=false,
228228
)
229229
parameter_only_chain = MCMCChains.get_sections(chain, :parameters)
230-
accs = DynamicPPL.AccumulatorTuple(
230+
accs = (
231231
DynamicPPL.LogPriorAccumulator(),
232232
DynamicPPL.LogLikelihoodAccumulator(),
233233
DynamicPPL.ValuesAsInModelAccumulator(false),

0 commit comments

Comments
 (0)