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

[WIP] Move from implicitly mapped measures and kernels to data tagged as mapped #155

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Introduce strict_logdensityof

85fde05
Select commit
Loading
Failed to load commit list.
Draft

[WIP] Move from implicitly mapped measures and kernels to data tagged as mapped #155

Introduce strict_logdensityof
85fde05
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 9, 2024 in 0s

56.47% (+0.15%) compared to 3304a4e

View this Pull Request on Codecov

56.47% (+0.15%) compared to 3304a4e

Details

Codecov Report

Attention: Patch coverage is 71.01449% with 20 lines in your changes missing coverage. Please review.

Project coverage is 56.47%. Comparing base (3304a4e) to head (85fde05).

Files with missing lines Patch % Lines
src/combinators/transformedmeasure.jl 80.64% 6 Missing ⚠️
src/combinators/likelihood.jl 0.00% 4 Missing ⚠️
ext/MeasureBaseChainRulesCoreExt.jl 0.00% 3 Missing ⚠️
src/density-core.jl 80.00% 2 Missing ⚠️
src/combinators/product.jl 0.00% 1 Missing ⚠️
src/primitive.jl 50.00% 1 Missing ⚠️
src/primitives/counting.jl 66.66% 1 Missing ⚠️
src/primitives/dirac.jl 50.00% 1 Missing ⚠️
src/primitives/lebesgue.jl 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #155      +/-   ##
==========================================
+ Coverage   56.32%   56.47%   +0.15%     
==========================================
  Files          44       44              
  Lines        1321     1351      +30     
==========================================
+ Hits          744      763      +19     
- Misses        577      588      +11     

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