Skip to content

Commit 07d0605

Browse files
authored
Merge pull request #398 from UCL-CCS/djgroen-patch-2
Update execute_qcgpj.py
2 parents a2467a0 + 5eb7ded commit 07d0605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

easyvvuq/actions/execute_qcgpj.py

+2
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def submit(self, fn, *args, **kwargs):
148148
149149
Returns
150150
-------
151+
QCGPJFuture
151152
QCGPJFuture representing the given call.
152153
"""
153154
actions = fn.__self__
@@ -202,6 +203,7 @@ def convert_results(self, result_qcgpj):
202203
203204
Returns
204205
-------
206+
dict
205207
A dictionary containing results
206208
"""
207209

0 commit comments

Comments
 (0)