File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,8 +186,9 @@ def __init__(
186186
187187class 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
You can’t perform that action at this time.
0 commit comments