Skip to content

Commit 5d870e9

Browse files
committed
added TODO so we don't forget
1 parent 6f13b77 commit 5d870e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/DynamicPPLMCMCChainsExt.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ function DynamicPPL.generated_quantities(
108108
varinfo = DynamicPPL.VarInfo(model)
109109
iters = Iterators.product(1:size(chain, 1), 1:size(chain, 3))
110110
return map(iters) do (sample_idx, chain_idx)
111+
# TODO: Use `fix` once we've addressed https://github.com/TuringLang/DynamicPPL.jl/issues/702.
111112
# Update the varinfo with the current sample and make variables not present in `chain`
112113
# to be sampled.
113114
DynamicPPL.setval_and_resample!(varinfo, chain, sample_idx, chain_idx)

0 commit comments

Comments
 (0)