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

Basic rewrite of the package 2023 edition Part I: ADVI #49

Merged
merged 213 commits into from
Dec 8, 2023

enable Zygote for non-bijector tests

bd925cc
Select commit
Loading
Failed to load commit list.
Merged

Basic rewrite of the package 2023 edition Part I: ADVI #49

enable Zygote for non-bijector tests
bd925cc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 8, 2023 in 1s

81.15% (+20.04%) compared to f84a306

View this Pull Request on Codecov

81.15% (+20.04%) compared to f84a306

Details

Codecov Report

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

Comparison is base (f84a306) 61.11% compared to head (bd925cc) 81.15%.
Report is 1 commits behind head on master.

Files Patch % Lines
src/AdvancedVI.jl 8.33% 11 Missing ⚠️
ext/AdvancedVIEnzymeExt.jl 0.00% 7 Missing ⚠️
src/objectives/elbo/repgradelbo.jl 82.35% 6 Missing ⚠️
ext/AdvancedVIForwardDiffExt.jl 87.50% 1 Missing ⚠️
src/utils.jl 91.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #49       +/-   ##
===========================================
+ Coverage   61.11%   81.15%   +20.04%     
===========================================
  Files           9       10        +1     
  Lines         144      138        -6     
===========================================
+ Hits           88      112       +24     
+ Misses         56       26       -30     

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