Skip to content

Commit a16ac8e

Browse files
committed
RF: MultiProc -> LegacyMultiProc
1 parent 766aa17 commit a16ac8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/pipeline/plugins/tests/test_legacymultiproc_nondaemon.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ def run_multiproc_nondaemon_with_flag(nondaemon_flag):
122122

123123
pipe.config['execution']['stop_on_first_crash'] = True
124124

125-
# execute the pipe using the MultiProc plugin with 2 processes and the
125+
# execute the pipe using the LegacyMultiProc plugin with 2 processes and the
126126
# non_daemon flag to enable child processes which start other
127127
# multiprocessing jobs
128128
execgraph = pipe.run(
129-
plugin="MultiProc",
129+
plugin="LegacyMultiProc",
130130
plugin_args={
131131
'n_procs': 2,
132132
'non_daemon': nondaemon_flag

0 commit comments

Comments
 (0)