We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbb325 commit 1e37816Copy full SHA for 1e37816
examples/fmri_spm_nested.py
@@ -61,6 +61,7 @@
61
62
"""
63
def _template_path(in_data):
64
+ import os.path as op
65
return op.abspath(op.join(in_data, 'nipype-tutorial/data/T1.nii'))
66
67
0 commit comments