-
Notifications
You must be signed in to change notification settings - Fork 19
1032 implementation of stochastic two variant seir model #1047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1032 implementation of stochastic two variant seir model #1047
Conversation
|
Hey @reneSchm magst du dir das mal anschauen? Sollte im Grunde einfach nur ein neues Modell sein, die meisten Sachen sind quasi "copy and paste" |
reneSchm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are several issues caused by the copy/paste that need to be fixed.
Please merge the main branch as soon as possible.
Please add tests for the new model. You can look at the other SDE model tests, e.g. cpp/tests/test_sde_sirs.cpp. Note that the parameters for those tests are chosen such that a the derivative can be easily computed by hand, but is not trivial.
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
- Changed name of the model from seir2v to seirvv -Started working on new Readme file - Fixed Copy and paste errors (SIR references changed to SEIRVV) - Fixed Comments - Fixed Parameters in example
This comment was marked as resolved.
This comment was marked as resolved.
- Fixed parameter names in parameters.h - continued working on readme
Changed Model Name from sseir2v to sseirvv to be consistent with notation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1047 +/- ##
==========================================
+ Coverage 96.14% 96.43% +0.29%
==========================================
Files 131 135 +4
Lines 11049 11253 +204
==========================================
+ Hits 10623 10852 +229
+ Misses 426 401 -25 ☔ View full report in Codecov by Sentry. |
reneSchm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some remnants of copy-pasting code, and some comments from my previous review were not addressed.
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Exchanged double with ScalarType, on top of that cleaned up some code according to comments in review
…l' of https://github.com/SciCompMod/memilio into 1032-implementation-of-stochastic-two-variant-seir-model
added test for flow clamping
mknaranja
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reneSchm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The example needs a little bit more polish, but I think this can be merged soon.
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Co-authored-by: Martin J. Kühn <62713180+mknaranja@users.noreply.github.com>
Co-authored-by: Martin J. Kühn <62713180+mknaranja@users.noreply.github.com>
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Moved comment to the proper place
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
…l' of https://github.com/SciCompMod/memilio into 1032-implementation-of-stochastic-two-variant-seir-model
Changed Variable names and fixed some spelling errors
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
reneSchm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I'd say this is looking good now. Thank you @nijawa for implementing this model!
Changes and Information
Please briefly list the changes (main added features, changed items, or corrected bugs) made:
If need be, add additional information and what the reviewer should look out for in particular:
Merge Request - Guideline Checklist
Please check our git workflow. Use the draft feature if the Pull Request is not yet ready to review.
Checks by code author
Checks by code reviewer(s)