Skip to content

Commit 545f738

Browse files
committed
update docstring
1 parent b15de23 commit 545f738

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

executorlib/executor/single.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,9 @@ def __init__(
186186

187187
class TestClusterExecutor(BaseExecutor):
188188
"""
189-
The executorlib.TestClusterExecutor is designed to test the file based communication used in the SlurmClusterExecutor
190-
and the FluxClusterExecutor locally. It is not recommended for production use, rather use the SingleNodeExecutor.
189+
The executorlib.api.TestClusterExecutor is designed to test the file based communication used in the
190+
SlurmClusterExecutor and the FluxClusterExecutor locally. It is not recommended for production use, rather use the
191+
SingleNodeExecutor.
191192
192193
Args:
193194
max_workers (int): for backwards compatibility with the standard library, max_workers also defines the number of
@@ -256,8 +257,9 @@ def __init__(
256257
log_obj_size: bool = False,
257258
):
258259
"""
259-
The executorlib.TestClusterExecutor is designed to test the file based communication used in the SlurmClusterExecutor
260-
and the FluxClusterExecutor locally. It is not recommended for production use, rather use the SingleNodeExecutor.
260+
The executorlib.api.TestClusterExecutor is designed to test the file based communication used in the
261+
SlurmClusterExecutor and the FluxClusterExecutor locally. It is not recommended for production use, rather use
262+
the SingleNodeExecutor.
261263
262264
Args:
263265
max_workers (int): for backwards compatibility with the standard library, max_workers also defines the

0 commit comments

Comments
 (0)