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

actually utils is unused, so remove it #62

Merged
merged 2 commits into from
Oct 26, 2023

actually, stat_and_pval is included in metrics/cdeloss.py, put it bac…

60456a3
Select commit
Loading
Failed to load commit list.
Merged

actually utils is unused, so remove it #62

actually, stat_and_pval is included in metrics/cdeloss.py, put it bac…
60456a3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 26, 2023 in 0s

97.13% (-0.01%) compared to 678bdd0, passed because patch was fully covered by tests with no unexpected coverage changes

View this Pull Request on Codecov

97.13% (-0.01%) compared to 678bdd0, passed because patch was fully covered by tests with no unexpected coverage changes

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (678bdd0) 97.13% compared to head (60456a3) 97.13%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
- Coverage   97.13%   97.13%   -0.01%     
==========================================
  Files          32       32              
  Lines        1676     1675       -1     
==========================================
- Hits         1628     1627       -1     
  Misses         48       48              
Files Coverage Δ
src/rail/evaluation/evaluator.py 100.00% <ø> (ø)
src/rail/evaluation/metrics/cdeloss.py 100.00% <100.00%> (ø)
src/rail/evaluation/stats_groups.py 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.