We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8e3c1 commit 50c3a40Copy full SHA for 50c3a40
1 file changed
taskqueue/taskqueue.py
@@ -14,7 +14,7 @@
14
import sys
15
16
import gevent.pool
17
-import multiprocessing as mp
+import multiprocess as mp # used by pathos.pools.ProcessPool
18
import numpy as np
19
import pathos.pools
20
from tqdm import tqdm
0 commit comments