mrc-ide / odin.dust

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

Create compiled comparison functions #54

Closed richfitz closed 3 years ago

richfitz commented 3 years ago

Requires and builds on https://github.com/mrc-ide/dust/pull/132 and https://github.com/mrc-ide/odin/pull/216

Basically undocumented and probably should remain so until we manage to get this working with sircovid, at which point we'll have to write a series of vignettes. However, the example in the tests is hopefully fairly self-explanatory.

Fixes #51

codecov[bot] commented 3 years ago

Codecov Report

Merging #54 (3f3b52a) into master (af55fe0) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master       #54    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            6         6            
  Lines          533       656   +123     
==========================================
+ Hits           533       656   +123     
Impacted Files Coverage Δ
R/generate_dust.R 100.00% <100.00%> (ø)
R/odin_dust.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 af55fe0...3f3b52a. Read the comment docs.