Skip to content

Commit 7bf9d11

Browse files
committed
revert MCR related change
1 parent 36dde27 commit 7bf9d11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/fmri_spm.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
from nipype.interfaces import spm, fsl
2424

2525
# In order to use this example with SPM's matlab common runtime
26-
matlab_cmd = ('/Applications/spm12/run_spm12.sh /Applications/MATLAB/MATLAB_Compiler_Runtime/v713/ script')
27-
spm.SPMCommand.set_mlab_paths(matlab_cmd=matlab_cmd, use_mcr=True)
26+
# matlab_cmd = ('/Users/satra/Downloads/spm8/run_spm8.sh '
27+
# '/Applications/MATLAB/MATLAB_Compiler_Runtime/v713/ script')
28+
# spm.SPMCommand.set_mlab_paths(matlab_cmd=matlab_cmd, use_mcr=True)
2829

2930
import nipype.interfaces.io as nio # Data i/o
3031
import nipype.interfaces.utility as util # utility

0 commit comments

Comments
 (0)