aiidateam / aiida-sssp-workflow

sssp verification workflows
MIT License
4 stars 2 forks source link

Collect all configurations set for delta calculations to one function #184

Closed unkcpz closed 1 year ago

unkcpz commented 1 year ago

In workflow/measure/delta.py, the self.ctx.strctures[configuration] is set for different elements in many functions which makes it error-prone. Better to have one function for this configuration list setting.