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

Allow multiple args in *args for SlurmExecutor #245

Merged
merged 2 commits into from
Oct 30, 2024

fix tests

e0f2eb8
Select commit
Loading
Failed to load commit list.
Merged

Allow multiple args in *args for SlurmExecutor #245

fix tests
e0f2eb8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 30, 2024 in 1s

75.94% (+1.22%) compared to 97b20d8

View this Pull Request on Codecov

75.94% (+1.22%) compared to 97b20d8

Details

Codecov Report

Attention: Patch coverage is 93.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 75.94%. Comparing base (97b20d8) to head (e0f2eb8).
Report is 22 commits behind head on main.

Files with missing lines Patch % Lines
adaptive_scheduler/_executor.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #245      +/-   ##
==========================================
+ Coverage   74.72%   75.94%   +1.22%     
==========================================
  Files          22       23       +1     
  Lines        2777     3114     +337     
==========================================
+ Hits         2075     2365     +290     
- Misses        702      749      +47     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.