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 0635607 commit 40edddeCopy full SHA for 40eddde
src/debug_utils.jl
@@ -411,6 +411,7 @@ function check_model_and_trace(
411
)
412
# Add debug accumulator to the VarInfo.
413
# Need a NumProduceAccumulator as well or else get_num_produce may throw
414
+ # TODO(mhauru) Remove this once VariableOrderAccumulator stuff is done.
415
varinfo = DynamicPPL.setaccs!!(
416
deepcopy(varinfo), (DebugAccumulator(error_on_failure), NumProduceAccumulator())
417
0 commit comments