We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f78025 commit 15f3cedCopy full SHA for 15f3ced
nipype/interfaces/fsl/model.py
@@ -250,13 +250,7 @@ def _create_ev_files(
250
element=count,
251
ctype=ctype, val=val)
252
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)
+
260
for fconidx in ftest_idx:
261
fval=0
262
if con[0] in con_map.keys() and fconidx in con_map[con[0]]:
@@ -266,7 +260,7 @@ def _create_ev_files(
266
element=tidx,
267
ctype=ctype,
268
val=fval)
269
- ev_txt += "\n"
263
+ ev_txt += "\n"
270
264
271
265
# add contrast mask info
272
ev_txt += contrastmask_header.substitute()
0 commit comments