mrc-ide / vivax

Individual-based model for P. vivax malaria transmission
MIT License
2 stars 1 forks source link

Feat/rrng #14

Closed giovannic closed 4 years ago

giovannic commented 4 years ago

Change the model code to use RNGs that can be seeded from R.

Closing this

codecov[bot] commented 4 years ago

Codecov Report

Merging #14 into dev will increase coverage by 4.4%. The diff coverage is 46.9%.

Impacted file tree graph

@@           Coverage Diff           @@
##             dev     #14     +/-   ##
=======================================
+ Coverage   3.31%   7.72%   +4.4%     
=======================================
  Files          7       7             
  Lines       2895    2175    -720     
=======================================
+ Hits          96     168     +72     
+ Misses      2799    2007    -792
Impacted Files Coverage Δ
src/model.cpp 0% <0%> (ø) :arrow_up:
src/test-rng.cpp 100% <100%> (ø)
src/rng.cpp 90.32% <90.32%> (ø)
src/linpack.cpp 50% <0%> (+50%) :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 a027fdb...e14bfa9. Read the comment docs.

giovannic commented 4 years ago

Pretty clear that we should get rid of randlib, so I've made a ticket for that. Fixed the separate issues on encoding and floats.