bat / BAT.jl

A Bayesian Analysis Toolkit in Julia
Other
198 stars 30 forks source link

[WIP] Add initval_alg to MCMCChainPoolInit #360

Closed oschulz closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #360 (24bddc8) into main (eba6e20) will increase coverage by 0.01%. The diff coverage is 66.66%.

@@            Coverage Diff             @@
##             main     #360      +/-   ##
==========================================
+ Coverage   56.33%   56.34%   +0.01%     
==========================================
  Files         113      113              
  Lines        5363     5365       +2     
==========================================
+ Hits         3021     3023       +2     
  Misses       2342     2342              
Impacted Files Coverage Δ
src/samplers/mcmc/mcmc_algorithm.jl 65.21% <0.00%> (-1.45%) :arrow_down:
src/samplers/mcmc/mcmc_sample.jl 100.00% <ø> (ø)
src/samplers/mcmc/chain_pool_init.jl 88.88% <100.00%> (+0.13%) :arrow_up:
src/samplers/mcmc/mh/mh_tuner.jl 95.58% <0.00%> (+1.47%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eba6e20...24bddc8. Read the comment docs.

oschulz commented 2 years ago

Replaced by #364