basnijholt / adaptive-scheduler

Run many functions (adaptively) on many cores (>10k-100k) using mpi4py.futures, ipyparallel, loky, or dask-mpi. :tada:
http://adaptive-scheduler.readthedocs.io
BSD 3-Clause "New" or "Revised" License
26 stars 10 forks source link

Implement a single core sequential executor #203

Closed basnijholt closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 80.70175% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 74.54%. Comparing base (f4c6e63) to head (8d33f5b). Report is 1 commits behind head on main.

Files Patch % Lines
adaptive_scheduler/client_support.py 50.00% 6 Missing :warning:
adaptive_scheduler/_scheduler/base_scheduler.py 92.59% 2 Missing :warning:
adaptive_scheduler/_server_support/launcher.py 60.00% 2 Missing :warning:
adaptive_scheduler/_server_support/common.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #203 +/- ## ========================================== + Coverage 74.05% 74.54% +0.48% ========================================== Files 22 22 Lines 2710 2742 +32 ========================================== + Hits 2007 2044 +37 + Misses 703 698 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.