JuliaStats / HypothesisTests.jl

Hypothesis tests for Julia
Other
292 stars 87 forks source link

BUG: Fisher test corner case/gh #276 #279

Closed kshedden closed 1 year ago

kshedden commented 1 year ago

This should resolve the errors discussed in #276.

codecov-commenter commented 1 year ago

Codecov Report

Base: 93.65% // Head: 93.67% // Increases project coverage by +0.02% :tada:

Coverage data is based on head (1140254) compared to base (be980f3). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #279 +/- ## ========================================== + Coverage 93.65% 93.67% +0.02% ========================================== Files 28 28 Lines 1717 1723 +6 ========================================== + Hits 1608 1614 +6 Misses 109 109 ``` | [Impacted Files](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/279?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) | Coverage Δ | | |---|---|---| | [src/fisher.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/279/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL2Zpc2hlci5qbA==) | `97.70% <100.00%> (+0.17%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.