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
Fix "AssertionError: group argument must be None for now" errors
Some Python versions replacing the standard Pool with our custom Pool
causes the following error: "AssertionError: group argument must be None
for now." [1] This change uses a different approach, solving this issue.
[1]: nipy/nipype#2754
0 commit comments