Skip to content

Commit 15f3ced

Browse files
committed
Corrected Carol's in fsl interface code
1 parent 0f78025 commit 15f3ced

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

nipype/interfaces/fsl/model.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,7 @@ def _create_ev_files(
250250
element=count,
251251
ctype=ctype, val=val)
252252
ev_txt += "\n"
253-
# if con[0] in con_map.keys():
254-
# for fconidx in con_map[con[0]]:
255-
# ev_txt += contrast_ftest_element.substitute(
256-
# cnum=ftest_idx.index(fconidx) + 1,
257-
# element=tidx,
258-
# ctype=ctype,
259-
# val=1)
253+
260254
for fconidx in ftest_idx:
261255
fval=0
262256
if con[0] in con_map.keys() and fconidx in con_map[con[0]]:
@@ -266,7 +260,7 @@ def _create_ev_files(
266260
element=tidx,
267261
ctype=ctype,
268262
val=fval)
269-
ev_txt += "\n"
263+
ev_txt += "\n"
270264

271265
# add contrast mask info
272266
ev_txt += contrastmask_header.substitute()

0 commit comments

Comments
 (0)