Skip to content

Commit 34c43e6

Browse files
committed
ev_none still needed for regressors
1 parent 79c71f1 commit 34c43e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/fsl/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def _create_ev_files(
147147
if basis_key == "dgamma":
148148
basis_key = "hrf"
149149
ev_template = load_template('feat_ev_'+basis_key+'.tcl')
150+
ev_none = load_template('feat_ev_none.tcl')
150151
ev_ortho = load_template('feat_ev_ortho.tcl')
151152
ev_txt = ''
152153
# generate sections for conditions and other nuisance

0 commit comments

Comments
 (0)