reconhub / outbreaker2

Disease outbreak reconstruction from epidemiological and genetic data
http://www.repidemicsconsortium.org/outbreaker2/
Other
30 stars 20 forks source link

add RNGversion to tests #56

Closed zkamvar closed 5 years ago

zkamvar commented 5 years ago

This will fix #55 by using RNGversion before the tests that have random number generation steps.

codecov[bot] commented 5 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   71.35%   71.35%           
=======================================
  Files          25       25           
  Lines        1749     1749           
=======================================
  Hits         1248     1248           
  Misses        501      501

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 77461d4...8f1669f. Read the comment docs.

finlaycampbell commented 5 years ago

Perfect thanks!