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
Currently, multiprocessing in ldgm/reduction.py is implemented with pool.imap_unordered with zipped parameters being passed to find_reach_set(). This works, but is pretty inelegant and should be rewritten using a different multiprocessing function`.
The text was updated successfully, but these errors were encountered:
Currently, multiprocessing in
ldgm/reduction.py
is implemented withpool.imap_unordered
with zipped parameters being passed tofind_reach_set()
. This works, but is pretty inelegant and should be rewritten using a different multiprocessing function`.The text was updated successfully, but these errors were encountered: