@cygnusv Indicates that: ``` >>> NU(0, 'NU') is NU.ZERO() False >>> NU(0, 'NU') == NU.ZERO() True ``` This may lead to some confusing behavior. What can we do to mitigate accidentally incorrect comparing?