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 f8c45c2 commit 9d0edc4Copy full SHA for 9d0edc4
src/debug_utils.jl
@@ -426,9 +426,8 @@ function check_model_and_trace(
426
427
# TODO(penelopeysm): Implement merge, etc. for DebugAccumulator, and then perform a
428
# check on the merged accumulator, rather than checking it in the accumulate_assume
429
- # calls. That way we can also support multi-threaded evaluation and use `evaluate!!`
430
- # here instead of `_evaluate!!`.
431
- _, varinfo = DynamicPPL._evaluate!!(model, varinfo)
+ # calls. That way we can also correctly support multi-threaded evaluation.
+ _, varinfo = DynamicPPL.evaluate!!(model, varinfo)
432
433
# Perform checks after evaluating the model.
434
debug_acc = DynamicPPL.getacc(varinfo, Val(_DEBUG_ACC_NAME))
0 commit comments