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

Implement gradlogpartition for Exponential Family Distributions #149

Merged
merged 79 commits into from
Jan 31, 2024

Add more tests

6f31e89
Select commit
Loading
Failed to load commit list.
Merged

Implement gradlogpartition for Exponential Family Distributions #149

Add more tests
6f31e89
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 31, 2024 in 0s

80.21% (+0.44%) compared to 65b1623

View this Pull Request on Codecov

80.21% (+0.44%) compared to 65b1623

Details

Codecov Report

Attention: 47 lines in your changes are missing coverage. Please review.

Comparison is base (65b1623) 79.77% compared to head (6f31e89) 80.21%.
Report is 23 commits behind head on main.

Files Patch % Lines
src/distributions/wishart.jl 46.15% 7 Missing ⚠️
src/distributions/lognormal.jl 50.00% 5 Missing ⚠️
src/distributions/matrix_dirichlet.jl 50.00% 5 Missing ⚠️
src/distributions/normal_family/normal_family.jl 76.47% 4 Missing ⚠️
src/distributions/weibull.jl 42.85% 4 Missing ⚠️
src/distributions/dirichlet.jl 50.00% 3 Missing ⚠️
src/distributions/gamma_family/gamma_family.jl 50.00% 3 Missing ⚠️
src/distributions/geometric.jl 50.00% 3 Missing ⚠️
src/distributions/negative_binomial.jl 50.00% 3 Missing ⚠️
src/distributions/pareto.jl 50.00% 3 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #149      +/-   ##
==========================================
+ Coverage   79.77%   80.21%   +0.44%     
==========================================
  Files          39       39              
  Lines        2887     3094     +207     
==========================================
+ Hits         2303     2482     +179     
- Misses        584      612      +28     

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