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
union() and find() work perfectly, as far as I noticed, and so does n_comps (I haven't verified the correctness of the outputs, but the code doesn't raise exceptions); But components(), for example, raises an exception. Specifically, it tries to lookup the elements of the tuples.
There is some issue with numpy.vectorize when using tuples as keys and this class doesn't work
The text was updated successfully, but these errors were encountered: