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

Fix for joblib not saturating CPU during multiprocessing #1188

Merged
merged 19 commits into from
Jul 22, 2024

changed `|` to `Union` in `inference/base.py::simulate_for_sbi`

eb1b222
Select commit
Loading
Failed to load commit list.
Merged

Fix for joblib not saturating CPU during multiprocessing #1188

changed `|` to `Union` in `inference/base.py::simulate_for_sbi`
eb1b222
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 22, 2024 in 1s

75.56% (target 70.00%)

View this Pull Request on Codecov

75.56% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 90.90909% with 3 lines in your changes missing coverage. Please review.

Project coverage is 75.56%. Comparing base (ba19688) to head (eb1b222).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1188      +/-   ##
==========================================
- Coverage   84.55%   75.56%   -9.00%     
==========================================
  Files          96       96              
  Lines        7603     7629      +26     
==========================================
- Hits         6429     5765     -664     
- Misses       1174     1864     +690     
Files Coverage Δ
sbi/utils/user_input_checks.py 79.16% <100.00%> (-4.35%) ⬇️
sbi/inference/base.py 91.97% <88.88%> (-0.75%) ⬇️

... and 24 files with indirect coverage changes