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
Note also the small bug: rt.ismember(rt.FA([True]), rt.FA([1]))
which gives TypeError: int64 not in allowed types for ismember
because of a typo in the code which retrieves the type of the second input even though the first input produced the error.
Adding support for bool arrays in ismember() could be useful.
The text was updated successfully, but these errors were encountered: