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
2022-12-18 01:57:04 [1657 | REPORT]: [6522|MPDSStructureWorkChain|on_except]: 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 235, in run
return self._do_step()
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 246, in step
return True, self._fn(self._workchain)
File "/usr/local/lib/python3.9/dist-packages/mpds_aiida/workflows/crystal.py", line 162, in init_inputs
recursive_update(c_err_input, err_input)
File "/usr/local/lib/python3.9/dist-packages/aiida_crystal_dft/utils/__init__.py", line 59, in recursive_update
d[k] = recursive_update(d.get(k, {}), v)
File "/usr/local/lib/python3.9/dist-packages/aiida_crystal_dft/utils/__init__.py", line 59, in recursive_update
d[k] = recursive_update(d.get(k, {}), v)
File "/usr/local/lib/python3.9/dist-packages/aiida_crystal_dft/utils/__init__.py", line 59, in recursive_update
d[k] = recursive_update(d.get(k, {}), v)
File "/usr/local/lib/python3.9/dist-packages/aiida_crystal_dft/utils/__init__.py", line 61, in recursive_update
d[k] = v
TypeError: 'str' object does not support item assignment
The text was updated successfully, but these errors were encountered:
blokhin
changed the title
Failing *recursive_update* due to the details in the schema
Failing *recursive_update* due to the details in the template
Dec 18, 2022
If I add
BROYDEN
toon_error
like this:the
recursive_update
function fails:The text was updated successfully, but these errors were encountered: