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 a21f24d commit 11a2a31Copy full SHA for 11a2a31
src/mcmc/particle_mcmc.jl
@@ -483,7 +483,7 @@ end
483
# called on `:invoke` expressions rather than `:call`s, but since those are implementation
484
# details of the compiler, we set a bunch of methods as might_produce = true. We start with
485
# `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
+# Libtask.might_produce(::Type{<:Tuple{typeof(DynamicPPL.acclogp_observe!!),Vararg}}) = true
487
Libtask.might_produce(::Type{<:Tuple{typeof(DynamicPPL.tilde_observe!!),Vararg}}) = true
488
Libtask.might_produce(::Type{<:Tuple{typeof(DynamicPPL.evaluate!!),Vararg}}) = true
489
function Libtask.might_produce(
0 commit comments