We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9ac48 commit 906062dCopy full SHA for 906062d
nipype/pipeline/plugins/multiproc.py
@@ -140,7 +140,7 @@ def __init__(self, plugin_args=None):
140
)
141
142
try:
143
- mp_context = mp.context.get_context(self.plugin_args.get("mp_context"))
+ mp_context = mp.get_context(self.plugin_args.get("mp_context"))
144
self.pool = ProcessPoolExecutor(
145
max_workers=self.processors,
146
initializer=process_initializer,
0 commit comments