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
Fix: unequal comparisons of categorical and scalar
Before, unequal comparisons were not checking the order of the
categories.
This was due to a conversion to an ndarray, which turned the
comparison to one between ndarray and scalar, which of course
has no categories to take into account.
Also add test cases and remove the one which actually tested the
wrong behaviour.
0 commit comments