Can you find all instances of the output variable being assigned to, in your actual code? That is, expressions of the form output = expr? I’m guessing there’s more such examples in your actual code than in the snippet you gave.
Can you find all instances of the output variable being assigned to, in your actual code? That is, expressions of the form output = expr? I’m guessing there’s more such examples in your actual code than in the snippet you gave.