Closed unkcpz closed 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.
workflow/measure/delta.py
self.ctx.strctures[configuration]
In
workflow/measure/delta.py
, theself.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.