Skip to content

Commit

Permalink
Update execute_qcgpj.py
Browse files Browse the repository at this point in the history
Bugfix to fix build
  • Loading branch information
djgroen authored Jul 7, 2023
1 parent a2467a0 commit 5eb7ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easyvvuq/actions/execute_qcgpj.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def submit(self, fn, *args, **kwargs):
Returns
-------
QCGPJFuture
QCGPJFuture representing the given call.
"""
actions = fn.__self__
Expand Down Expand Up @@ -202,6 +203,7 @@ def convert_results(self, result_qcgpj):
Returns
-------
dict
A dictionary containing results
"""

Expand Down

0 comments on commit 5eb7ded

Please sign in to comment.