cscherrer / SampleChainsDynamicHMC.jl

MIT License
4 stars 2 forks source link

Reporter #18

Closed sethaxen closed 3 years ago

sethaxen commented 3 years ago

Allows progress porting post-warmup. It's not a perfect solution,because it requires storing the reporter in DynamicHMCChain, and it calls two non-API functions in DynamicHMC.

Fixes #17

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (88d15d7) into master (3de62d4) will decrease coverage by 2.24%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   97.36%   95.12%   -2.25%     
==========================================
  Files           1        1              
  Lines          38       41       +3     
==========================================
+ Hits           37       39       +2     
- Misses          1        2       +1     
Impacted Files Coverage Δ
src/SampleChainsDynamicHMC.jl 95.12% <100.00%> (-2.25%) :arrow_down:

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 3de62d4...88d15d7. Read the comment docs.

cscherrer commented 3 years ago

Looks good! Thanks @sethaxen