Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tuples don't work as keys #3

Open
badochov opened this issue Mar 27, 2020 · 1 comment · May be fixed by #6
Open

Tuples don't work as keys #3

badochov opened this issue Mar 27, 2020 · 1 comment · May be fixed by #6

Comments

@badochov
Copy link

There is some issue with numpy.vectorize when using tuples as keys and this class doesn't work

@hagai-helman
Copy link

Had the same problem.

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.

This was referenced Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants