Skip to content

Add default values for individual sus unknown delays

Evan Goetz requested to merge evan-goetz/pydarm:fix-stage-delay-unc into master

It was pointed out that if no <stage>_delay value is provided in the arm actuation sections, then the uncertainty budget calculation can break. This was because if nothing was defined then the code fails because it cannot add to an undefined class attribute. It happened in this case because the configuration files did not have defined parameters (first clue), but if the parameters are not defined, we should have some default values.

Merge request reports

Loading