Skip to content

Commit d338883

Browse files
authored
Update model.py
remove whitespace
1 parent 6ee5f9e commit d338883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ def _run_interface(self, runtime):
15731573
convals = np.zeros((ntcons, 1))
15741574
for tcon in con[2]:
15751575
convals[tconmap[self.inputs.contrasts.index(tcon)]] = 1
1576-
fcon_txt.append(" ".join(["%d" % val for val in convals]))
1576+
fcon_txt.append(" ".join(["%d" % val for val in convals]))
15771577
fcon_txt = "\n".join(fcon_txt) + "\n"
15781578
# write group file
15791579
grp_txt = ["/NumWaves 1", "/NumPoints %d" % npoints, "", "/Matrix"]

0 commit comments

Comments
 (0)