1075 Let persons die from hospital (non ICU) in the ABM#1100
Merged
DavidKerkmann merged 12 commits intomainfrom Jan 22, 2025
Merged
1075 Let persons die from hospital (non ICU) in the ABM#1100DavidKerkmann merged 12 commits intomainfrom
DavidKerkmann merged 12 commits intomainfrom
Conversation
2 tasks
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1100 +/- ##
==========================================
- Coverage 96.98% 96.97% -0.02%
==========================================
Files 148 148
Lines 13783 13798 +15
==========================================
+ Hits 13368 13381 +13
- Misses 415 417 +2 ☔ View full report in Codecov by Sentry. |
DavidKerkmann
requested changes
Oct 11, 2024
Member
DavidKerkmann
left a comment
There was a problem hiding this comment.
Thank you, not much to add, only a couple of suggestions.
DavidKerkmann
approved these changes
Oct 18, 2024
Member
|
To improve the codeline coverage, you could add a test where the other option in draw_backwards is checked. |
DavidKerkmann
approved these changes
Nov 18, 2024
reneSchm
requested changes
Dec 4, 2024
reneSchm
approved these changes
Jan 21, 2025
Member
reneSchm
left a comment
There was a problem hiding this comment.
Looks good, this has some nice improvements to documentation and testing.
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 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
Every addressed issue is linked (use the "Closes #ISSUE" keyword below)
New code adheres to coding guidelines
No large data files have been added (files should in sum not exceed 100 KB, avoid PDFs, Word docs, etc.)
Tests are added for new functionality and a local test run was successful (with and without OpenMP)
Appropriate documentation for new functionality has been added (Doxygen in the code and Markdown files if necessary)
Proper attention to licenses, especially no new third-party software with conflicting license has been added
(For ABM development) Checked benchmark results and ran and posted a local test above from before and after development to ensure performance is monitored.
Branch Main:
Run on (8 X 24.0805 MHz CPU s)
CPU Caches:
L1 Data 64 KiB (x8)
L1 Instruction 128 KiB (x8)
L2 Unified 4096 KiB (x2)
Load Average: 4.99, 5.66, 5.30
Benchmark Time CPU Iterations
abm_benchmark/abm_benchmark_50k 1377 ms 1359 ms 1
abm_benchmark/abm_benchmark_100k 2748 ms 2721 ms 1
abm_benchmark/abm_benchmark_200k 5580 ms 5519 ms 1
Run on (8 X 24.0875 MHz CPU s)
CPU Caches:
L1 Data 64 KiB (x8)
L1 Instruction 128 KiB (x8)
L2 Unified 4096 KiB (x2)
Load Average: 4.66, 4.20, 4.72
Benchmark Time CPU Iterations
abm_benchmark/abm_benchmark_50k 1330 ms 1324 ms 1
abm_benchmark/abm_benchmark_100k 3187 ms 2794 ms 1
abm_benchmark/abm_benchmark_200k 5882 ms 5484 ms 1
Checks by code reviewer(s)
Closes #1075