Skip to content

Commit

Permalink
Fixed group commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Jan 30, 2024
1 parent 594f988 commit 01164f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.8"
__version__ = "0.5.9"
2 changes: 1 addition & 1 deletion aiida_aimall/workchains.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def generate_cml_fragments(params, cml_Dict, n_procs, prev_smi):
g.store()
node_frame = PDData(out_frame)
node_frame.store()
g.add_nodes()
g.add_nodes(node_frame)
out_dict["cgis_frame"] = node_frame
out_dict["done_smi"] = List(done_smi)
return out_dict
Expand Down

0 comments on commit 01164f2

Please sign in to comment.