LLNL/py-hostlist

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

cmoussa1 opened this issue · 1 comments

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

Functionality has been added and confirmed with unit tests.