LLNL / py-hostlist

hostlist utility implemented in python
MIT License
6 stars 2 forks source link

Logic functions need to be able to expand a list if needed #9

Closed cmoussa1 closed 6 years ago

cmoussa1 commented 6 years ago

As of now, many of the logic functions like intersect, union_nodes, etc. do not try to expand a hostlist before performing an operation, so the only format accepted is an already expanded list. We need to implement this functionality so that it works similar to lua-hostlist

cmoussa1 commented 6 years ago

Functionality has been added and confirmed with unit tests.