aiidateam / aiida-workgraph

Efficiently design and manage flexible workflows with AiiDA, featuring an interactive GUI, checkpoints, provenance tracking, and remote execution capabilities.
https://aiida-workgraph.readthedocs.io/en/latest/
MIT License
9 stars 5 forks source link

`local_copy_list` WARNING for `PythonJob` tasks #206

Closed edan-bainglass closed 1 month ago

edan-bainglass commented 1 month ago

verdi process report on any PythonJob outputs the following somewhere in the report:

+-> WARNING at 2024-08-09 10:33:09.306007+00:00
 | failed to load Node<41621e36-b614-4e73-b2f6-ed100d05e16f> specified in the `local_copy_list`

This does not seem to interfere with the job (finishes successfully), but good to address the source of this warning. Note that nowhere in the user's code is local_copy_list utilized/specified.