Skip to content

Commit

Permalink
forgot to return the results
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed Nov 30, 2023
1 parent 1c687d8 commit a0cc2c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyiron_atomistics/sphinx/output_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,4 @@ def results(self):
value = func()
if len(value) > 0:
results["dft"][key] = value
return results

0 comments on commit a0cc2c2

Please sign in to comment.