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
As noted by @zrax in #642, pfPython's rich comparison macros incorrectly return -1 on error, which causes the comparison to evaluate to True instead of either False or NotImplementedError. #642 only fixes a specific case of interest-future work is to fix the remainder of these cases.