issues
search
pik-piam
/
piamInterfaces
0
stars
18
forks
source link
consistent, early use of deletePlus; add docu
#356
Closed
orichters
closed
3 months ago
orichters
commented
3 months ago
Purpose of this PR
I was debugging a weird summation error where a variable was roughly twice what was expected.
Turns out:
generateIIASASubmission
first checks for duplicates and then removes
deletePlus
the data had the same variable with and without + notation and then it was summed up 😝 (which is actually an EDGE-T problem)
force consistent use of
|+|
notation within each template to make sure the checks find duplicate rows
Purpose of this PR
generateIIASASubmission
first checks for duplicates and then removesdeletePlus
|+|
notation within each template to make sure the checks find duplicate rows