Skip to content

Commit

Permalink
Temporarily remove frag label from final aimall
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Dec 4, 2023
1 parent 4a05cef commit 6c6cd16
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.2.10"
__version__ = "0.2.11"
2 changes: 1 addition & 1 deletion aiida_aimall/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def get_inputs_and_processclass_from_extras(self, extras_values):
)
inputs = {
"code": code,
"frag_label": Str(extras_values[0]),
# "frag_label": Str(extras_values[0]),
"parameters": aimparameters,
"file": self.get_parent_node_from_extras(extras_values),
"metadata": {
Expand Down

0 comments on commit 6c6cd16

Please sign in to comment.