Skip to content

Commit 11a2a31

Browse files
committed
Fix merge
1 parent a21f24d commit 11a2a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcmc/particle_mcmc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ end
483483
# called on `:invoke` expressions rather than `:call`s, but since those are implementation
484484
# details of the compiler, we set a bunch of methods as might_produce = true. We start with
485485
# `acclogp_observe!!` which is what calls `produce` and go up the call stack.
486-
Libtask.might_produce(::Type{<:Tuple{typeof(DynamicPPL.acclogp_observe!!),Vararg}}) = true
486+
# Libtask.might_produce(::Type{<:Tuple{typeof(DynamicPPL.acclogp_observe!!),Vararg}}) = true
487487
Libtask.might_produce(::Type{<:Tuple{typeof(DynamicPPL.tilde_observe!!),Vararg}}) = true
488488
Libtask.might_produce(::Type{<:Tuple{typeof(DynamicPPL.evaluate!!),Vararg}}) = true
489489
function Libtask.might_produce(

0 commit comments

Comments
 (0)