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

Remove StatsError type & replace Result<T, StatsError> with Option<T> #258

Remove `StatsError` type; use Option<T> instead

71dc1e4
Select commit
Loading
Failed to load commit list.
Closed

Remove StatsError type & replace Result<T, StatsError> with Option<T> #258

Remove `StatsError` type; use Option<T> instead
71dc1e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 7, 2024 in 0s

89.78% (target 90.00%)

View this Pull Request on Codecov

89.78% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 92.33871% with 19 lines in your changes missing coverage. Please review.

Project coverage is 89.78%. Comparing base (44ccdb9) to head (71dc1e4).

Files Patch % Lines
src/statistics/iter_statistics.rs 0.00% 4 Missing ⚠️
src/distribution/multinomial.rs 0.00% 3 Missing ⚠️
src/function/exponential.rs 57.14% 3 Missing ⚠️
src/stats_tests/fisher.rs 78.57% 3 Missing ⚠️
src/function/beta.rs 92.00% 2 Missing ⚠️
src/function/gamma.rs 94.28% 2 Missing ⚠️
src/distribution/dirichlet.rs 83.33% 1 Missing ⚠️
src/distribution/multivariate_normal.rs 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #258      +/-   ##
==========================================
+ Coverage   89.49%   89.78%   +0.29%     
==========================================
  Files          50       49       -1     
  Lines       10851    10803      -48     
==========================================
- Hits         9711     9700      -11     
+ Misses       1140     1103      -37     

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