Migrate tm_g_terms_id to picks#341
Conversation
| .assert_picks_single_var(term_var, "term_var") | ||
| .assert_picks_single_var(arm_var, "arm_var") |
There was a problem hiding this comment.
This util needs to be refactored to be consistent with other modules that force the picks to be single
There was a problem hiding this comment.
Do you mean that this line needs to change or that there are further changes needed on utils.R or on teal.picks to provide this functionality?
Code Coverage SummaryDiff against mainResults for commit: dbe53a3 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 7 suites 1s ⏱️ Results for commit dbe53a3. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 2ce6d02 ♻️ This comment has been updated with latest results. |
| .assert_picks_single_var(term_var, "term_var") | ||
| .assert_picks_single_var(arm_var, "arm_var") |
There was a problem hiding this comment.
Do you mean that this line needs to change or that there are further changes needed on utils.R or on teal.picks to provide this functionality?
| draw = TRUE | ||
| ) | ||
| ) | ||
| }) |
There was a problem hiding this comment.
Remember to pass the variables inside the reactive that are not present on the qenv:
| }) | |
| }, | |
| term_var_name = term_var_name,) |
You'll need to do the same with other variables that are passed as arguments.Line 418, shouldn't need to use get().
…sign_extraction@main
|
Closed due to this PR #343 |

Pull Request
It partially fixes #330
Please try the module with this example:
This PR is replacing #329