You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason of below is that yasubmit scripts fails, but there is no clue for that in the traceback...
...
[172|MPDSStructureWorkChain|on_except]: Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/aiida/orm/utils/managers.py", line 91, in _get_node_by_link_label
node = attribute_dict[label]
KeyError: 'output_structure'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/aiida/orm/utils/managers.py", line 139, in __getattr__
return self._get_node_by_link_label(label=name)
File "/usr/local/lib/python3.9/dist-packages/aiida/orm/utils/managers.py", line 118, in _get_node_by_link_label
raise NotExistent from exception
aiida.common.exceptions.NotExistent
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/plumpy/process_states.py", line 228, in execute
result = self.run_fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.9/dist-packages/aiida/engine/processes/workchains/workchain.py", line 252, in _do_step
finished, stepper_result = self._stepper.step()
File "/usr/local/lib/python3.9/dist-packages/plumpy/workchains.py", line 295, in step
finished, result = self._child_stepper.step()
File "/usr/local/lib/python3.9/dist-packages/plumpy/workchains.py", line 528, in step
finished, result = self._child_stepper.step()
File "/usr/local/lib/python3.9/dist-packages/plumpy/workchains.py", line 295, in step
finished, result = self._child_stepper.step()
File "/usr/local/lib/python3.9/dist-packages/plumpy/workchains.py", line 428, in step
finished, retval = self._child_stepper.step()
File "/usr/local/lib/python3.9/dist-packages/plumpy/workchains.py", line 295, in step
finished, result = self._child_stepper.step()
File "/usr/local/lib/python3.9/dist-packages/plumpy/workchains.py", line 246, in step
return True, self._fn(self._workchain)
File "/usr/local/lib/python3.9/dist-packages/mpds_aiida/workflows/crystal.py", line 279, in check_and_get_results
self.ctx.optimized_structure = calc.outputs.output_structure
File "/usr/local/lib/python3.9/dist-packages/aiida/orm/utils/managers.py", line 145, in __getattr__
raise NotExistentAttributeError(
aiida.common.exceptions.NotExistentAttributeError: Node<178> does not have an output with link label 'output_structure'
The text was updated successfully, but these errors were encountered:
The reason of below is that
yasubmit
scripts fails, but there is no clue for that in the traceback...The text was updated successfully, but these errors were encountered: