Skip to content

Commit e92cdbf

Browse files
committed
remove debug statements
1 parent d5738d9 commit e92cdbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sampling.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,9 @@ function sample_joint(
287287

288288
for chunks_index = (chunks_index+1):(nsamps_per_chain÷nchunk+1)
289289

290-
println("starting")
291290
last_chunks = pmap(last.(last_chunks)) do state
292291

293292
@unpack i,ϕ°,f,θ = state
294-
@show i
295293
f,ϕ°,ds,Nϕ = (adapt(storage, x) for x in (f,ϕ°,dsₐ,Nϕₐ))
296294
dsθ = ds(θ)
297295
ϕ = dsθ.G\ϕ°

0 commit comments

Comments
 (0)