Conversation
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
3 similar comments
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
| - Function naming: Function names aim to contain verbs that indicate the function behaviour. Internal input checking functions follow the _checkmate_ naming style (e.g. `assert_*()`). | ||
|
|
||
| - Function naming: Internal functions aim to begin with a `.` (e.g. `.model_default_cpp()`) to more clearly indicate that they are not for direct use. | ||
| - Function naming: Internal functions aim to begin with a `.` (e.g. .model_default_cpp()) to more clearly indicate that they are not for direct use. |
There was a problem hiding this comment.
| - Function naming: Internal functions aim to begin with a `.` (e.g. .model_default_cpp()) to more clearly indicate that they are not for direct use. | |
| - Function naming: Internal functions aim to begin with a `.` (e.g., .model_default_cpp()) to more clearly indicate that they are not for direct use. |
There was a problem hiding this comment.
Also, this statment should be removed "....pidemics attempts to balance performance and maintainability through minimum sufficient use of C++, and not attempting to write a domain-specific language (such as odin)." after including odin stuff.
There was a problem hiding this comment.
Add odin to the list of dependent pkgs
| https://epiverse-trace.github.io/epidemics/ | ||
| BugReports: https://github.com/epiverse-trace/epidemics/issues | ||
| Imports: | ||
| odin, |
There was a problem hiding this comment.
Good, odin has been added as a dependency pkg
| ) | ||
| # expect epidemic size is lower for combined intervention | ||
| # Epidemic size differs depending on model_default() or model_default(). | ||
| # Not sure how large of a discrepancy is expected. |
There was a problem hiding this comment.
This test file has failed
There was a problem hiding this comment.
testthat::test_file("tests/testthat/test-model_default.R") is now passing 88 tests. Please review and confirm
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
11 similar comments
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
Rmd with multi-intervention odin model (interventions currently disabled to match README example)
Note issue with L165 currently – log transformation is overestimating reduction. Reason currently unclear.
With outputs consistent with epidemics
810f270 to
9a5a6d8
Compare
|
This pull request:
Reach out on slack ( (Note that results may be inaccurate if you branched from an outdated version of the target branch.) |
This PR fixes #254 by replacing the C++ code for the
models with odin compatible versions to simplify