From 5eb7dede7949a710280b7309d6d56058f8df2f63 Mon Sep 17 00:00:00 2001 From: Derek Groen Date: Fri, 7 Jul 2023 14:51:07 +0100 Subject: [PATCH] Update execute_qcgpj.py Bugfix to fix build --- easyvvuq/actions/execute_qcgpj.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/easyvvuq/actions/execute_qcgpj.py b/easyvvuq/actions/execute_qcgpj.py index 4a0db6890..03db3ae4d 100644 --- a/easyvvuq/actions/execute_qcgpj.py +++ b/easyvvuq/actions/execute_qcgpj.py @@ -148,6 +148,7 @@ def submit(self, fn, *args, **kwargs): Returns ------- + QCGPJFuture QCGPJFuture representing the given call. """ actions = fn.__self__ @@ -202,6 +203,7 @@ def convert_results(self, result_qcgpj): Returns ------- + dict A dictionary containing results """