Merged
Conversation
added 5 commits
December 2, 2022 16:05
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #605 +/- ##
==========================================
+ Coverage 95.60% 95.88% +0.27%
==========================================
Files 118 118
Lines 9443 9397 -46
==========================================
- Hits 9028 9010 -18
+ Misses 415 387 -28 ☔ View full report in Codecov by Sentry. |
added 2 commits
March 31, 2023 15:59
added 2 commits
January 11, 2024 15:18
HenrZu
requested changes
Jan 19, 2024
pycode/memilio-simulation/memilio/simulation_test/data/ode-secihurd-ageres-compare.csv
Show resolved
Hide resolved
Co-authored-by: Henrik Zunker <69154294+HenrZu@users.noreply.github.com>
HenrZu
requested changes
Feb 5, 2024
Co-authored-by: Henrik Zunker <69154294+HenrZu@users.noreply.github.com>
11 tasks
HenrZu
approved these changes
Feb 6, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Update tests of ODE Seir and Secir model to include a validation of the python bindings by comparing them to results from a c++ simulation. Also change the corresponding examples to use the same parameters.
Merge Request - GuideLine Checklist
Checks by code author
Checks by code reviewer(s)
Additional context
Please list additional information or things a reviewer should look out for.
Closes #271