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
Here we do need the synchronous calls and ordered execution of pool.apply (pool is an instance of multiprocessing.Pool).
The reason why I used it was mainly out of habit, and ease of providing the arguments (same for all elements) in kwds:
Here we do need the synchronous calls and ordered execution of
pool.apply
(pool
is an instance ofmultiprocessing.Pool
).The reason why I used it was mainly out of habit, and ease of providing the arguments (same for all elements) in
kwds
:decorrelate-grids/decorrelategrids/rollinglinreg.py
Lines 190 to 204 in c41f8ba
Let's try to migrate to
pool.imap_unordered
and see how it turns out.The text was updated successfully, but these errors were encountered: