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 766aa17 commit a16ac8eCopy full SHA for a16ac8e
nipype/pipeline/plugins/tests/test_legacymultiproc_nondaemon.py
@@ -122,11 +122,11 @@ def run_multiproc_nondaemon_with_flag(nondaemon_flag):
122
123
pipe.config['execution']['stop_on_first_crash'] = True
124
125
- # execute the pipe using the MultiProc plugin with 2 processes and the
+ # execute the pipe using the LegacyMultiProc plugin with 2 processes and the
126
# non_daemon flag to enable child processes which start other
127
# multiprocessing jobs
128
execgraph = pipe.run(
129
- plugin="MultiProc",
+ plugin="LegacyMultiProc",
130
plugin_args={
131
'n_procs': 2,
132
'non_daemon': nondaemon_flag
0 commit comments