We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b991a commit c433ecbCopy full SHA for c433ecb
1 file changed
libensemble/tools/alloc_support.py
@@ -93,7 +93,7 @@ def avail_worker_ids(self, persistent=None, active_recv=False, zero_resource_wor
93
:param persistent: (Optional) Int. Only return workers with given ``persis_state`` (1=sim, 2=gen).
94
:param active_recv: (Optional) Boolean. Only return workers with given active_recv state.
95
: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.
+ :param gen_workers: (Optional) Boolean. If True, return gen-only workers.
97
:returns: List of worker IDs.
98
99
If there are no zero resource workers defined, then the ``zero_resource_workers`` argument will
0 commit comments