In A=B+C, the label of A will be reset to ['0','1',...] regardless of the labels of B and C. Is this the correct behavior we want? I propose that we should require the labels to be the same for B and C, and set the same labels for A.
Here is a minimal example.
bug_report_label_arithmetic.py
In A=B+C, the label of A will be reset to ['0','1',...] regardless of the labels of B and C. Is this the correct behavior we want? I propose that we should require the labels to be the same for B and C, and set the same labels for A.
Here is a minimal example.
bug_report_label_arithmetic.py