Skip to content

Commit

Permalink
Update output
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Feb 27, 2024
1 parent 945decb commit 4e3723f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiida_aimall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
A plugin to interface AIMAll with AiiDA
"""

__version__ = "0.6.8"
__version__ = "0.6.9"
5 changes: 3 additions & 2 deletions aiida_aimall/workchains.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ def aim(self):

def result(self):
"""Put results in output node"""
self.outputs.parameter_dict = (
self.ctx.final_aim.get_outgoing().get_node_by_label("output_parameters")
self.out(
"parameter_dict",
self.ctx.final_aim.get_outgoing().get_node_by_label("output_parameters"),
)

0 comments on commit 4e3723f

Please sign in to comment.