TuringLang / AbstractMCMC.jl

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

Fix test errors and simplify docs #99

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

This PR applies some useful fixes and simplifications from https://github.com/TuringLang/AbstractMCMC.jl/pull/94.

codecov[bot] commented 2 years ago

Codecov Report

Merging #99 (d5a0a40) into master (d46ba93) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #99   +/-   ##
=======================================
  Coverage   97.74%   97.74%           
=======================================
  Files           7        7           
  Lines         222      222           
=======================================
  Hits          217      217           
  Misses          5        5           

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 d46ba93...d5a0a40. Read the comment docs.

devmotion commented 2 years ago

Bump :slightly_smiling_face: