-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix assertion and docs #94
Conversation
Code Coverage Summary
Results for commit: f470f14 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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.
LGTM
data_merge_srv -> ds <- Filter(Negate(is.null), lapply(selector_list(), function(x) x()))
data_extract_multiple_srv.FilteredData -> data_extract_multiple_srv.list -> data_extract <- Filter(Negate(is.null), data_extract)
closes insightsengineering/teal.modules.clinical#568
fix
teal.transform/R/data_extract_module.R
Line 619 in 8bff271
SO the data_merge_module, merge_expression_module, data_extract_multiple_srv can accept empty list element
Branch is 26_new_chunks@main but the change qualifies to main