-
-
Notifications
You must be signed in to change notification settings - Fork 27
Fix a_summary()
all-NA
factor bug
#1432
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
base: main
Are you sure you want to change the base?
Conversation
Unit Tests Summary 1 files 85 suites 1m 21s ⏱️ Results for commit 891f9fa. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit d5c69fa ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: 891f9fa Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Hi @iaugusty, Thanks for the PR! I have updated your solution to simplify it a bit. All tests are passing but feel free to double check that this still works for you. |
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 should be good to go after a final review by @iaugusty
Thanks Emily for helping us finding a neat solution! :) |
@edelarua indeed more elegant solution, thanks |
@shajoezhu could you provide some guidance on how to include a test for this scenario in scda.test, shall I eg include it as a special variant situation in eg test-table_dmt01.R, or would you prefer a separate program for a simple situation with this scenario? Any naming convention I need to follow, or any other guidance documentation you have would be helpfull. |
hi @iaugusty Please do the following
|
Pull Request
Fixes #1431