Skip to content

517: fix cs, csh correlation range#518

Merged
danielinteractive merged 7 commits intomainfrom
517_fix_cs_cor_range
Jun 28, 2025
Merged

517: fix cs, csh correlation range#518
danielinteractive merged 7 commits intomainfrom
517_fix_cs_cor_range

Conversation

@danielinteractive
Copy link
Copy Markdown
Collaborator

fixes #517

@github-actions
Copy link
Copy Markdown
Contributor

badge

Code Coverage Summary

Filename                    Stmts    Miss  Cover    Missing
------------------------  -------  ------  -------  ----------------------------
R/between-within.R             59       0  100.00%
R/component.R                  70       0  100.00%
R/cov_struct.R                 97       1  98.97%   407
R/empirical.R                  24       0  100.00%
R/fit.R                       259       3  98.84%   444, 517, 555
R/interop-car.R               130       1  99.23%   9
R/interop-emmeans.R            51       0  100.00%
R/interop-parsnip.R            59       1  98.31%   12
R/kenwardroger.R               92       2  97.83%   41, 63
R/mmrm-methods.R              140       0  100.00%
R/residual.R                    8       0  100.00%
R/satterthwaite.R             177       0  100.00%
R/skipping.R                    8       0  100.00%
R/testing.R                    64       4  93.75%   29, 31, 80, 82
R/tidiers.R                    72       2  97.22%   46-47
R/tmb-methods.R               294       3  98.98%   162, 306-307
R/tmb.R                       303       1  99.67%   206
R/utils-formula.R              27       0  100.00%
R/utils-nse.R                  16       0  100.00%
R/utils.R                     224      13  94.20%   283-293, 453, 482, 549
R/zzz.R                        77      31  59.74%   7-31, 64-69, 99, 127, 147
src/chol_cache.h               63       0  100.00%
src/covariance.h              103       1  99.03%   180
src/derivatives.h             126       0  100.00%
src/empirical.cpp              74       0  100.00%
src/exports.cpp                47       0  100.00%
src/jacobian.cpp               47       1  97.87%   54
src/kr_comp.cpp                56       0  100.00%
src/mmrm.cpp                   76       0  100.00%
src/predict.cpp                93       0  100.00%
src/test-chol_cache.cpp        58       5  91.38%   9, 18, 26, 55, 62
src/test-covariance.cpp       128       5  96.09%   9, 29, 40, 61, 72
src/test-derivatives.cpp      108       7  93.52%   44, 53, 62, 85, 94, 106, 124
src/test-utils.cpp            195       7  96.41%   9, 16, 24, 34, 44, 57, 119
src/testthat-helpers.h         15       5  66.67%   36-37, 41, 50, 53
src/utils.h                    81       0  100.00%
TOTAL                        3521      93  97.36%

Diff against main

Filename                   Stmts    Miss  Cover
-----------------------  -------  ------  --------
src/covariance.h              +2       0  +0.02%
src/test-covariance.cpp       +5       0  +0.16%
src/utils.h                   +3       0  +100.00%
TOTAL                        +10       0  +0.01%

Results for commit: 4ea65ee

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@github-actions
Copy link
Copy Markdown
Contributor

Unit Tests Summary

    1 files     46 suites   24s ⏱️
  522 tests   483 ✅ 39 💤 0 ❌
2 017 runs  1 969 ✅ 48 💤 0 ❌

Results for commit 4ea65ee.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 28, 2025

Unit Test Performance Difference

Test Suite $Status$ Time on main $±Time$ $±Tests$ $±Skipped$ $±Failures$ $±Errors$
tmb-methods 💚 $8.13$ $-1.28$ $0$ $0$ $0$ $0$
Additional test case details
Test Suite $Status$ Time on main $±Time$ Test Case
compound symmetry 👶 $+0.00$ corr_fun_compound_symmetry_respects_the_lower_boundary

Results for commit d84418c

♻️ This comment has been updated with latest results.

@danielinteractive danielinteractive merged commit a542f4f into main Jun 28, 2025
10 of 15 checks passed
@danielinteractive danielinteractive deleted the 517_fix_cs_cor_range branch June 28, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convergence issues with compound symmetry covariance structure

1 participant