Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Oct 30, 2020
1 parent d5738d9 commit e92cdbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,9 @@ function sample_joint(

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

println("starting")
last_chunks = pmap(last.(last_chunks)) do state

@unpack i,ϕ°,f,θ = state
@show i
f,ϕ°,ds,Nϕ = (adapt(storage, x) for x in (f,ϕ°,dsₐ,Nϕₐ))
dsθ = ds(θ)
ϕ = dsθ.G\ϕ°
Expand Down

0 comments on commit e92cdbf

Please sign in to comment.