Skip to content

Commit c9df801

Browse files
committed
enh: enabled provenance tracking and multicore execution
1 parent 78edfc1 commit c9df801

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/fmri_spm.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
1616
Import necessary modules from nipype."""
1717

18+
from nipype import config
19+
config.enable_provenance()
20+
1821
from nipype import spm, fsl
1922

2023
# In order to use this example with SPM's matlab common runtime
@@ -389,6 +392,4 @@ def getstripdir(subject_id):
389392

390393
if __name__ == '__main__':
391394
l1pipeline.run('MultiProc')
392-
# l2pipeline.run()
393-
# l1pipeline.write_graph()
394-
395+
l2pipeline.run('MultiProc')

0 commit comments

Comments
 (0)