-
Notifications
You must be signed in to change notification settings - Fork 1
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
Scheduler uses classad functionality for matchmaking and scheduling #77
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #77 +/- ##
==========================================
- Coverage 59.89% 53.02% -6.87%
==========================================
Files 15 15
Lines 763 1041 +278
Branches 111 159 +48
==========================================
+ Hits 457 552 +95
- Misses 282 464 +182
- Partials 24 25 +1
Continue to review full report at Codecov.
|
Hello @eileen-kuehn! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-02-24 16:15:56 UTC |
Should be merged sooner than later! Old scheduler still needs to be added. |
This pull request introduces 1 alert when merging c802bee into 989b805 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 4639893 into 989b805 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 37c38de into 989b805 - view on LGTM.com new alerts:
|
This PR improves the current functionality of the scheduler by including functionality implemented in the classad package. This PR includes:
quantize
,Closes #67, #90, #82, #89, #88.