-
-
Notifications
You must be signed in to change notification settings - Fork 26
Retire make_afun()
- Batch 2
#1392
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
Conversation
Unit Tests Summary 1 files 84 suites 1m 18s ⏱️ Results for commit 8cefbde. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit f583fac ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: 8cefbde Minimum allowed coverage is ♻️ This comment has been updated with latest results |
all looks good downstream in scda.test insightsengineering/scda.test#187 |
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! Why no custom stats for this one? is it because it uses a summary output? Anyway we can come back to it later. Thanks Emily!!
@@ -232,7 +237,7 @@ a_ancova <- function(df, | |||
) | |||
|
|||
# Fill in formatting defaults | |||
.stats <- get_stats("summarize_ancova", stats_in = .stats) | |||
.stats <- c(get_stats("summarize_ancova", stats_in = .stats), names(custom_stat_functions)) |
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 forces the order. I have a fix ready, I will add it in another PR ;)
Pull Request
Fixes #1382