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 error #93

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

This PR fixes the test error revealed by https://github.com/TuringLang/AbstractMCMC.jl/pull/91 (hopefully): The MCMCChains error seems to be a downstream problem caused by Plots or UnicodePlots but AbstractMCMC's tests failed as well (https://github.com/TuringLang/AbstractMCMC.jl/runs/4870654544?check_suite_focus=true).

codecov[bot] commented 2 years ago

Codecov Report

Merging #93 (ede9854) into master (56431bd) will increase coverage by 0.11%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   97.57%   97.68%   +0.11%     
==========================================
  Files           7        7              
  Lines         206      216      +10     
==========================================
+ Hits          201      211      +10     
  Misses          5        5              
Impacted Files Coverage Δ
src/stepper.jl 100.00% <0.00%> (ø)
src/transducer.jl 100.00% <0.00%> (ø)
src/sample.jl 97.97% <0.00%> (+0.04%) :arrow_up:
src/logging.jl 94.44% <0.00%> (+0.32%) :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 56431bd...ede9854. Read the comment docs.