aiidateam / aiida-sssp-workflow

sssp verification workflows
MIT License
4 stars 2 forks source link

Propagate clean_workchain to evaluation workchain #159

Closed unkcpz closed 2 years ago

unkcpz commented 2 years ago

The evaluate workchains of every properties are also all inherit from SelfCleanWorkChain to to the remote workdir clean after single evaluation step is done. This immediate clean will keep remote machine quato avaliable with many verification at the same time. However, the clean_workchain flag setting from parent workchain which calls the evaluate workchain are not properly propagate this parameter to evaluate workchain, lead to that evaluate workchain always get cleaned as default.