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
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.
The text was updated successfully, but these errors were encountered:
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.biothings.api/biothings/utils/diff.py
Line 114 in e635db0
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.The text was updated successfully, but these errors were encountered: