Skip to content
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

add additional tests #34

Merged
merged 3 commits into from
Aug 19, 2024
Merged

add additional tests #34

merged 3 commits into from
Aug 19, 2024

Conversation

clarkliming
Copy link
Collaborator

close #33

Copy link
Contributor

github-actions bot commented Aug 13, 2024

Unit Tests Summary

 1 files   5 suites   0s ⏱️
16 tests 10 ✅ 6 💤 0 ❌
44 runs  37 ✅ 7 💤 0 ❌

Results for commit f598012.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Aug 13, 2024

Unit Test Performance Difference

Additional test case details
Test Suite $Status$ Time on main $±Time$ Test Case
predict_counterfactual 👶 $+0.04$ predict_counterfactual_works_if_contrast_are_non_standard

Results for commit 63305a0

♻️ This comment has been updated with latest results.

Copy link
Contributor

badge

Code Coverage Summary

Filename                     Stmts    Miss  Cover    Missing
-------------------------  -------  ------  -------  --------------------
R/bias.R                        11       0  100.00%
R/predict_couterfactual.R       46       0  100.00%
R/prediction_cf.R                3       0  100.00%
R/treatment_effect.R            72      11  84.72%   31, 37, 43, 61-77
R/utils.R                       21       1  95.24%   16
R/variance_anhecova.R           45      19  57.78%   30, 45-46, 59, 65-80
R/variance_hc.R                  9       0  100.00%
TOTAL                          207      31  85.02%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: f598012

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@clarkliming clarkliming merged commit a55a208 into main Aug 19, 2024
25 checks passed
@clarkliming clarkliming deleted the 33_ensure_contrasts branch August 19, 2024 07:27
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.

ensure contrasts in the fitted model are used
1 participant