diff --git a/src/context_implementations.jl b/src/context_implementations.jl index 0434f8751..18db6c7e6 100644 --- a/src/context_implementations.jl +++ b/src/context_implementations.jl @@ -591,7 +591,7 @@ function get_and_set_val!( push!!.((vi,), vns, _link_broadcast_new.((vi,), vns, dists, r), dists, (spl,)) # NOTE: Need to add the correction. # FIXME: This is not great. - acclogp_assume!!(vi, sum(logabsdetjac.(link_transform.(dists), r))) + acclogp!!(vi, sum(logabsdetjac.(link_transform.(dists), r))) # `push!!` sets the trans-flag to `false` by default. settrans!!.((vi,), true, vns) else