You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few more NOSONAR suppressions in PyImath
SonarCloud reports expressions such as "self == self" as bugs, but
this construct is used in the boost::python template instantiations.
Signed-off-by: Cary Phillips <cary@ilm.com>