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

fix utils.diff.diff_collections helper function to run diffs in parallel #315

Open
newgene opened this issue Jan 18, 2024 · 0 comments
Open
Assignees

Comments

@newgene
Copy link
Member

newgene commented Jan 18, 2024

utils.diff.diff_collections helper function is not used directly in the hub, but still a useful tool to test two data collections for their diffs.

def diff_collections(b1, b2, use_parallel=True, step=10000):

The existing use_parallel option was using ipython parallel, which is probably no longer working. We would like to have a new way to run diffs in parallel, without the dependency of ipython parallel. Typically, we don't need to parallelize across multiple machines, parallelizing on multiple CPU cores of the same machine should be good enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants