Skip to content

fix: fix embedding net mistake

Codecov / codecov/project succeeded Sep 16, 2024 in 0s

77.87% (target 70.00%)

View this Pull Request on Codecov

77.87% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 35.86957% with 59 lines in your changes missing coverage. Please review.

Project coverage is 77.87%. Comparing base (8afd985) to head (bcc75db).
Report is 23 commits behind head on main.

Files with missing lines Patch % Lines
sbi/neural_nets/estimators/categorical_net.py 20.37% 43 Missing ⚠️
sbi/neural_nets/net_builders/categorial.py 33.33% 14 Missing ⚠️
sbi/neural_nets/net_builders/mnle.py 81.81% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1269      +/-   ##
==========================================
- Coverage   86.05%   77.87%   -8.19%     
==========================================
  Files         118      119       +1     
  Lines        8672     8786     +114     
==========================================
- Hits         7463     6842     -621     
- Misses       1209     1944     +735     
Files with missing lines Coverage Δ
sbi/neural_nets/estimators/__init__.py 100.00% <ø> (ø)
.../neural_nets/estimators/mixed_density_estimator.py 98.24% <100.00%> (+0.13%) ⬆️
sbi/neural_nets/net_builders/mnle.py 93.75% <81.81%> (-6.25%) ⬇️
sbi/neural_nets/net_builders/categorial.py 58.33% <33.33%> (-36.41%) ⬇️
sbi/neural_nets/estimators/categorical_net.py 56.00% <20.37%> (-41.83%) ⬇️

... and 35 files with indirect coverage changes