From 1933d34daf63495e19a72b3c4ad050f4631f859c Mon Sep 17 00:00:00 2001 From: Fabian Peschel Date: Fri, 8 Dec 2023 10:49:43 +0100 Subject: [PATCH] add doc --- src/jobflow/core/job.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jobflow/core/job.py b/src/jobflow/core/job.py index 64a26b48..1766a49b 100644 --- a/src/jobflow/core/job.py +++ b/src/jobflow/core/job.py @@ -1347,6 +1347,7 @@ def pass_manager_config( ): """ Pass the manager config on to any jobs in the jobs array. + Merge with already specified manager config. Parameters ----------