Skip to content

Commit ed197f9

Browse files
committed
Remove comment
1 parent 7f12c3e commit ed197f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mcmc/ess.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ EllipticalSliceSampling.isgaussian(::Type{<:ESSPrior}) = true
8282

8383
# Only define out-of-place sampling
8484
function Base.rand(rng::Random.AbstractRNG, p::ESSPrior)
85-
# TODO(penelopeysm/DPPL 0.38) The main problem I'm rather unsure about is
86-
# ESS-within-Gibbs. The current implementation I think makes sure to only resample the
87-
# variables that 'belong' to the current ESS sampler. InitContext on the other hand
88-
# would resample all variables in the model (??) Need to think about this carefully.
8985
_, vi = DynamicPPL.init!!(p.model, p.varinfo, DynamicPPL.InitFromPrior())
9086
return vi[:]
9187
end

0 commit comments

Comments
 (0)