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 9217e7f commit 9de12e3Copy full SHA for 9de12e3
src/aggregators/integrators.jl
@@ -82,5 +82,6 @@ function (integrator::TrackedLikelihoodIntegrator)(
82
tracked_responses::TrackedResponses;
83
kwargs...
84
) where {F}
85
- integrator(maybe_apply_prior(f, est), ncomp; kwargs...)
+ # No need to apply prior here because it is already applied in the tracker
86
+ integrator(f, ncomp; kwargs...)
87
end
0 commit comments