-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
split listings #737
split listings #737
Conversation
Code Coverage Summary
Diff against main
Results for commit: bfd43d4 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 53 suites 2m 55s ⏱️ Results for commit bfd43d4. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit 702e29c ♻️ This comment has been updated with latest results. |
make minor modification on the program to allow simpler usage (use list directly for listings, can this can already support list of rtables) --------- Co-authored-by: benoit <[email protected]>
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.
looks good! thank you
close #738
additional arguments can be passed to the as_listing function in ael01_nollt which allows splitting by another variable. List of listings are returned as a
rl_list
object to be consistant with the logic developed for the plots (gg_list
)postprocessing handles rl_list object (list of listing)
thank you for the review