Remove StatsError
type & replace Result<T, StatsError>
with Option<T>
#258
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.
Loading