Skip to content

Commit c433ecb

Browse files
committed
simply gen_workers parameter description for avail_worker_ids
1 parent 68b991a commit c433ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libensemble/tools/alloc_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def avail_worker_ids(self, persistent=None, active_recv=False, zero_resource_wor
9393
:param persistent: (Optional) Int. Only return workers with given ``persis_state`` (1=sim, 2=gen).
9494
:param active_recv: (Optional) Boolean. Only return workers with given active_recv state.
9595
:param zero_resource_workers: (Optional) Boolean. Only return workers that require no resources.
96-
:param gen_workers: (Optional) Boolean. If True, return gen-only workers and manager's ID.
96+
:param gen_workers: (Optional) Boolean. If True, return gen-only workers.
9797
:returns: List of worker IDs.
9898
9999
If there are no zero resource workers defined, then the ``zero_resource_workers`` argument will

0 commit comments

Comments
 (0)