Commit e3b7aa5
committed
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#27541 parent 0f4c89f commit e3b7aa5
1 file changed
+15
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
332 | 331 | | |
333 | | - | |
334 | | - | |
| 332 | + | |
| 333 | + | |
335 | 334 | | |
336 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
337 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
338 | 342 | | |
339 | | - | |
340 | | - | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
341 | 346 | | |
342 | 347 | | |
343 | 348 | | |
| |||
347 | 352 | | |
348 | 353 | | |
349 | 354 | | |
350 | | - | |
| 355 | + | |
351 | 356 | | |
352 | 357 | | |
353 | 358 | | |
| |||
0 commit comments