Score-based density estimators for SBI #1015
Merged
Codecov / codecov/project
succeeded
Aug 27, 2024 in 0s
78.20% (target 70.00%)
View this Pull Request on Codecov
78.20% (target 70.00%)
Details
Codecov Report
Attention: Patch coverage is 93.56110%
with 49 lines
in your changes missing coverage. Please review.
Project coverage is 78.20%. Comparing base (
b3254ed
) to head (bc00bd5
).
Report is 12 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1015 +/- ##
==========================================
- Coverage 85.44% 78.20% -7.24%
==========================================
Files 101 110 +9
Lines 7941 8632 +691
==========================================
- Hits 6785 6751 -34
- Misses 1156 1881 +725
Files | Coverage Δ | |
---|---|---|
sbi/analysis/tensorboard_output.py | 86.41% <100.00%> (ø) |
|
sbi/inference/__init__.py | 100.00% <100.00%> (ø) |
|
sbi/inference/fmpe/fmpe_base.py | 94.28% <100.00%> (-0.06%) |
⬇️ |
sbi/inference/npse/__init__.py | 100.00% <100.00%> (ø) |
|
sbi/inference/posteriors/base_posterior.py | 85.88% <100.00%> (-0.17%) |
⬇️ |
sbi/inference/posteriors/direct_posterior.py | 98.79% <100.00%> (ø) |
|
sbi/inference/posteriors/mcmc_posterior.py | 85.93% <100.00%> (-0.77%) |
⬇️ |
...inference/potentials/likelihood_based_potential.py | 100.00% <100.00%> (ø) |
|
.../inference/potentials/posterior_based_potential.py | 95.34% <100.00%> (ø) |
|
sbi/inference/snle/snle_base.py | 93.87% <100.00%> (ø) |
|
... and 34 more |
Loading