mrc-ide / odin.dust

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

Proof of concept new compare function #131

Closed richfitz closed 1 year ago

richfitz commented 1 year ago

A proof of concept automatic compiled compare function using the new odin support for describing compare and data.

~Note that this does not currently work with ode models it seems~

~Uses https://github.com/mrc-ide/odin/pull/294~

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (3b8d35b) 100.00% compared to head (2c97a00) 100.00%.

:exclamation: Current head 2c97a00 differs from pull request most recent head b052cc3. Consider uploading reports for the commit b052cc3 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #131 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 1156 1234 +78 ========================================= + Hits 1156 1234 +78 ``` | [Impacted Files](https://app.codecov.io/gh/mrc-ide/odin.dust/pull/131?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide) | Coverage Δ | | |---|---|---| | [R/generate\_dust.R](https://app.codecov.io/gh/mrc-ide/odin.dust/pull/131?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide#diff-Ui9nZW5lcmF0ZV9kdXN0LlI=) | `100.00% <100.00%> (ø)` | | | [R/generate\_dust\_equation.R](https://app.codecov.io/gh/mrc-ide/odin.dust/pull/131?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide#diff-Ui9nZW5lcmF0ZV9kdXN0X2VxdWF0aW9uLlI=) | `100.00% <100.00%> (ø)` | | | [R/generate\_dust\_sexp.R](https://app.codecov.io/gh/mrc-ide/odin.dust/pull/131?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide#diff-Ui9nZW5lcmF0ZV9kdXN0X3NleHAuUg==) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.