-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Refactor a_count_occurrences_by_grade()
#1332
Refactor a_count_occurrences_by_grade()
#1332
Conversation
Unit Tests Summary 1 files 84 suites 1m 12s ⏱️ Results for commit 9da3fff. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit 44416cb ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: 9da3fff Minimum allowed coverage is ♻️ This comment has been updated with latest results |
9da3fff
to
9978938
Compare
00d113a
to
40335d8
Compare
9978938
to
715f42d
Compare
40335d8
to
22936ca
Compare
715f42d
to
17047d3
Compare
30ebc5b
into
1325_occurrences_by_grade_denom@main
@@ -3,6 +3,7 @@ | |||
### Enhancements | |||
* Added the `denom` parameter to `s_count_cumulative()`, `s_count_missed_doses()`, and `s_count_occurrences_by_grade()`. | |||
* Added `"N_row"` as an optional input to `denom` in `s_count_occurrences()`. | |||
* Refactored `a_count_occurrences_by_grade()` to no longer use `make_afun()`. |
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.
This is very nice. Thanks Emily for bringing this forward
Pull Request
Fixes #1331