CiwPython / Ciw

Ciw is a simulation library for open queueing networks.
http://ciw.readthedocs.io
MIT License
148 stars 42 forks source link

Fixed a bug where pre-emptive priorities did not work with zero servers #210

Closed MHowells closed 1 year ago

MHowells commented 1 year ago

This pr fixes a bug where pre-emptive priorities did not work with zero servers. It fixes the node.py file as well as adds relevant tests to ensure it works.