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 ebba102 commit 395883fCopy full SHA for 395883f
src/chains.jl
@@ -47,7 +47,7 @@ function load_chains(filename; burnin=0, thin=1, join=false, unbatch=true, dropm
47
ks = keys(io)
48
chunk_ks = sort([k for k in ks if startswith(k,"chunks_")], by=k->parse(Int,k[8:end]))
49
chunk_ks = chunk_ks[burnin_chunks>=0 ? (burnin_chunks+1:end) : (end+burnin_chunks+1:end)]
50
- for (isfirst,k) in flagfirst(chunk_ks)
+ @showprogress for (isfirst,k) in flagfirst(chunk_ks)
51
if isfirst
52
chains = read(io,k)
53
else
0 commit comments