mrc-ide / odin.dust

Compile odin to dust
https://mrc-ide.github.io/odin.dust
Other
3 stars 1 forks source link

Correct and test compiled comparison in package #56

Closed richfitz closed 3 years ago

richfitz commented 3 years ago

In trying to wire this up with sircovid it turned out I'd failed to test (or implement correctly) the package interface to this.

This has become a bit of an omnibus PR with a number of bugs and unpleasantnesses fixed:

Fixes #55

codecov[bot] commented 3 years ago

Codecov Report

Merging #56 (7366fc8) into master (bf49eb8) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #56   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          656       697   +41     
=========================================
+ Hits           656       697   +41     
Impacted Files Coverage Δ
R/generate_dust.R 100.00% <100.00%> (ø)
R/odin_dust.R 100.00% <100.00%> (ø)
R/package.R 100.00% <100.00%> (ø)
R/utils.R 100.00% <100.00%> (ø)

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 bf49eb8...7366fc8. Read the comment docs.