Fix dde subtract one-off bug
Created by: aroffringa
This bug (#168 (closed)) caused DDECal to crash when subtract=true
due to a one-off error in the use of itsStepInSolInt
.
Merge request reports
Activity
Created by: aroffringa
Tested, seems to solve the issue.
As mentioned in the commit log, (unlike I mentioned to tammojan irl) there isn't a bug in GainCal, just in DDECal subtract. This is because the counter that is somewhat inconsistently used, is not used inside the
calibrate()
function. It's not necessary, as GainCal relies on the data having been set to zero, and 'unset' data therefore doesn't affect the solutions.
Please register or sign in to reply