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

More stable tests #103

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

It seems there are still random test errors that are difficult to reproduce. It seems replacing === with == was helpful, so this PR changes it in more places (=== was used since the initial sample of a is missing and can't be compared with ==).

codecov[bot] commented 2 years ago

Codecov Report

Merging #103 (346c6a2) into master (8d7f22f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   97.78%   97.78%           
=======================================
  Files           7        7           
  Lines         271      271           
=======================================
  Hits          265      265           
  Misses          6        6           

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 8d7f22f...346c6a2. Read the comment docs.