TuringLang / AbstractMCMC.jl

Abstract types and interfaces for Markov chain Monte Carlo methods
https://turinglang.org/AbstractMCMC.jl
MIT License
87 stars 18 forks source link

Forward `discard_initial` and `thinning` to `bundle_samples` #78

Closed devmotion closed 3 years ago

devmotion commented 3 years ago

This will allow us to fix https://github.com/TuringLang/Turing.jl/issues/1654 by updating the implementation of bundle_samples in Turing.

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 (d2513c6) into master (a98f057) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   97.57%   97.57%           
=======================================
  Files           7        7           
  Lines         206      206           
=======================================
  Hits          201      201           
  Misses          5        5           
Impacted Files Coverage Δ
src/sample.jl 97.93% <ø> (ø)

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 a98f057...d2513c6. Read the comment docs.