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

[Feature]: adds support for Gumbel Distribution #285

Merged
merged 10 commits into from
Sep 16, 2024

feat: Add support for Gumbel distribution

3dd22f4
Select commit
Loading
Failed to load commit list.
Merged

[Feature]: adds support for Gumbel Distribution #285

feat: Add support for Gumbel distribution
3dd22f4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 12, 2024 in 1s

94.03% (target 90.00%)

View this Pull Request on Codecov

94.03% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 97.77778% with 6 lines in your changes missing coverage. Please review.

Project coverage is 94.03%. Comparing base (a40ba07) to head (3dd22f4).

Files with missing lines Patch % Lines
src/distribution/gumbel.rs 97.77% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #285      +/-   ##
==========================================
+ Coverage   93.94%   94.03%   +0.08%     
==========================================
  Files          52       53       +1     
  Lines       11783    12053     +270     
==========================================
+ Hits        11070    11334     +264     
- Misses        713      719       +6     

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