Skip to content

Commit 40eddde

Browse files
penelopeysmmhauru
andauthored
Add TODO comment about VariableOrderAccumulator
Co-authored-by: Markus Hauru <[email protected]>
1 parent 0635607 commit 40eddde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/debug_utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ function check_model_and_trace(
411411
)
412412
# Add debug accumulator to the VarInfo.
413413
# Need a NumProduceAccumulator as well or else get_num_produce may throw
414+
# TODO(mhauru) Remove this once VariableOrderAccumulator stuff is done.
414415
varinfo = DynamicPPL.setaccs!!(
415416
deepcopy(varinfo), (DebugAccumulator(error_on_failure), NumProduceAccumulator())
416417
)

0 commit comments

Comments
 (0)