DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Default policies #85

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

This also contains #56 since they will be needed for implementation of the policies (and the unit tests for them are disabled since they are failing)

EDIT: fixes #78

ammen99 commented 4 years ago

LGTM, needs rebase, my IDE notifies my that in some places you are dividing float - int and assigning it to int, but if flake and mypy don't mark it as a problem.

Which lines?