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

[BUG] Memory caching globally broken in Mapper pipelines because ParallelClustering cannot be pickled #596

Closed
ulupo opened this issue Jul 9, 2021 · 0 comments · Fixed by #597
Labels
bug Something isn't working

Comments

@ulupo
Copy link
Collaborator

ulupo commented Jul 9, 2021

Describe the bug
Because lambdas are currently used inside the ParallelClustering code, this class cannot be pickled. This trivial-to-fix issue means that memory caching is entirely broken in Mapper pipelines, because ParallelClustering cannot be pickled.

To reproduce

Expected behavior

Actual behaviour

Versions

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant