tpaviot / ProcessScheduler

A Python package for automatic and optimized resource scheduling
https://processscheduler.github.io/
GNU General Public License v3.0
58 stars 17 forks source link

4 tests failed with test_resource_unavailable.py #110

Open chalna59 opened 2 years ago

chalna59 commented 2 years ago

It seems I have installed the 0.8.0 version properly, but when I use ps.ResourceUnavailable(worker_1, [(1, 3)]) it has no effect on scheduling... some help will be welcome !