Skip to content

Commit 545cfab

Browse files
authored
fixed incorrect call to acclogp_assume!!
1 parent 361c45e commit 545cfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context_implementations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ function get_and_set_val!(
591591
push!!.((vi,), vns, _link_broadcast_new.((vi,), vns, dists, r), dists, (spl,))
592592
# NOTE: Need to add the correction.
593593
# FIXME: This is not great.
594-
acclogp_assume!!(vi, sum(logabsdetjac.(link_transform.(dists), r)))
594+
acclogp!!(vi, sum(logabsdetjac.(link_transform.(dists), r)))
595595
# `push!!` sets the trans-flag to `false` by default.
596596
settrans!!.((vi,), true, vns)
597597
else

0 commit comments

Comments
 (0)