refactor mixed density estimation #1203
Merged
Codecov / codecov/project
succeeded
Aug 2, 2024 in 1s
75.97% (target 70.00%)
View this Pull Request on Codecov
75.97% (target 70.00%)
Details
Codecov Report
Attention: Patch coverage is 98.07692%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 75.97%. Comparing base (
ba19688
) to head (5aa7c2a
).
Report is 10 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
sbi/neural_nets/categorial.py | 91.66% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #1203 +/- ##
==========================================
- Coverage 84.55% 75.97% -8.59%
==========================================
Files 96 97 +1
Lines 7603 7668 +65
==========================================
- Hits 6429 5826 -603
- Misses 1174 1842 +668
Files | Coverage Δ | |
---|---|---|
.../neural_nets/density_estimators/categorical_net.py | 97.82% <100.00%> (-0.22%) |
⬇️ |
...nets/density_estimators/mixed_density_estimator.py | 98.11% <100.00%> (+28.54%) |
⬆️ |
sbi/neural_nets/density_estimators/zuko_flow.py | 64.44% <ø> (ø) |
|
sbi/neural_nets/flow.py | 93.12% <100.00%> (ø) |
|
sbi/neural_nets/mnle.py | 100.00% <100.00%> (ø) |
|
sbi/utils/__init__.py | 100.00% <ø> (ø) |
|
sbi/neural_nets/categorial.py | 94.73% <91.66%> (+4.73%) |
⬆️ |
Loading