mrc-ide / odin.dust

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

Compile mixed models #103

Closed richfitz closed 2 years ago

richfitz commented 2 years ago

Follows from #102, and requires https://github.com/mrc-ide/mode/pull/24 and https://github.com/mrc-ide/odin/pull/261 to be merged first

Support for compilation of simple mixed models, probably enough for us to implement the malaria model completely

codecov[bot] commented 2 years ago

Codecov Report

Merging #103 (7e593f4) into master (54abe06) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 7e593f4 differs from pull request most recent head a38bf97. Consider uploading reports for the commit a38bf97 to get more accurate results

@@            Coverage Diff            @@
##            master      #103   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines         1025      1039   +14     
=========================================
+ Hits          1025      1039   +14     
Impacted Files Coverage Δ
R/generate_dust.R 100.00% <100.00%> (ø)
R/generate_dust_equation.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 54abe06...a38bf97. Read the comment docs.