Expose digits argument for h_tbl_median_surv#1469
Conversation
Unit Tests Summary 1 files 85 suites 1m 46s ⏱️ Results for commit 9028697. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit fddfa7f ♻️ This comment has been updated with latest results. |
donyunardi
left a comment
There was a problem hiding this comment.
Hi @shajoezhu
- Should the digit be exposed all the way to the top to
g_km? This is the function that's ultimately being used fortm_g_km - there's no request to address
h_km. This seems to be out-of-scope from the intended issue. Or is there any relationship betweeng_kmandh_km? - CI/CD did not pass, usually we make sure it passed before review.
|
is this still active @shajoezhu @donyunardi? |
Expose digits parameter (default 4) to control signif() precision for median survival time and CI values in the annotation table. The parameter is passed through from g_km() via control_annot_surv_med.
344bf69 to
1b7a759
Compare
|
@donyunardi all points here should have been addressed:
|
…surv Signed-off-by: Davide Garolini <davide.garolini@roche.com>
Code Coverage SummaryDiff against mainResults for commit: 9028697 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
|
Any update on this? @donyunardi @shajoezhu? |
…surv Signed-off-by: Davide Garolini <davide.garolini@roche.com>
|
@copilot resolve the merge conflicts in this pull request |
✅ Merge conflicts resolved! The branch has been successfully rebased onto the latest
The roxygen documentation will be automatically generated and committed by CI. All changes maintain backward compatibility with the default value of 4. |
Pull Request
Fixes #1467
Changes
h_tbl_median_surv(): Addeddigitsparameter (default:4) to controlsignif()precision for median and CI values.control_surv_med_annot(): Addeddigitsparameter to expose the setting via the control interface.g_km(): Passesdigitsfromcontrol_annot_surv_medwith%||% 4fallback for backward compatibility.Usage
Backward compatible: default value maintains existing behavior.