From 09363b0d309148cb826ce58b046e39f630ff5c33 Mon Sep 17 00:00:00 2001 From: Alex Burlacu Date: Fri, 21 Jul 2023 14:23:32 +0300 Subject: [PATCH] Fix typo --- clearml/automation/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clearml/automation/controller.py b/clearml/automation/controller.py index 49b646b2..076c8c7d 100644 --- a/clearml/automation/controller.py +++ b/clearml/automation/controller.py @@ -657,7 +657,7 @@ class PipelineController(object): :param function: A global function to convert into a standalone Task :param function_kwargs: Optional, provide subset of function arguments and default values to expose. If not provided automatically take all function arguments & defaults - Optional, pass input arguments to the function from other Tasks's output artifact. + Optional, pass input arguments to the function from other Tasks' output artifact. Example argument named `numpy_matrix` from Task ID `aabbcc` artifact name `answer`: {'numpy_matrix': 'aabbcc.answer'} :param function_return: Provide a list of names for all the results.