Skip to content

Commit 6c62c76

Browse files
committed
Remove spurious logging
1 parent 9b134a7 commit 6c62c76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mcmc/particle_mcmc.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ function DynamicPPL.initialstep(
206206
)
207207

208208
# Perform particle sweep.
209-
@info "Hello!"
210209
logevidence = AdvancedPS.sweep!(rng, particles, spl.alg.resampler, spl)
211-
@info "Goodbye!"
212210

213211
# Extract the first particle and its weight.
214212
particle = particles.vals[1]
@@ -224,7 +222,6 @@ end
224222
function AbstractMCMC.step(
225223
::AbstractRNG, model::AbstractModel, spl::Sampler{<:SMC}, state::SMCState; kwargs...
226224
)
227-
@info "helloooooo from step"
228225
# Extract the index of the current particle.
229226
index = state.particleindex
230227

0 commit comments

Comments
 (0)