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
There is no provenance stored for a normal task. If the user wants to store the provenance, they need to switch to calcfunction or PythonJob. But the downsides are
calcfunction needs AiiDA nodes as input and output
PythonJob requires the module to be importable in the working computer.
Is it possible to combine the upsides of the above tasks: 1) can be run locally; 2) automatically serialize inputs and outputs. Maybe we could add store_provenance argument for a normal task, e.g.,
There is no provenance stored for a
normal
task. If the user wants to store the provenance, they need to switch tocalcfunction
orPythonJob
. But the downsides arecalcfunction
needs AiiDA nodes as input and outputPythonJob
requires the module to be importable in the working computer.Is it possible to combine the upsides of the above tasks: 1) can be run locally; 2) automatically serialize inputs and outputs. Maybe we could add
store_provenance
argument for anormal
task, e.g.,The text was updated successfully, but these errors were encountered: