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 6ee5f9e commit d338883Copy full SHA for d338883
nipype/interfaces/fsl/model.py
@@ -1573,7 +1573,7 @@ def _run_interface(self, runtime):
1573
convals = np.zeros((ntcons, 1))
1574
for tcon in con[2]:
1575
convals[tconmap[self.inputs.contrasts.index(tcon)]] = 1
1576
- fcon_txt.append(" ".join(["%d" % val for val in convals]))
+ fcon_txt.append(" ".join(["%d" % val for val in convals]))
1577
fcon_txt = "\n".join(fcon_txt) + "\n"
1578
# write group file
1579
grp_txt = ["/NumWaves 1", "/NumPoints %d" % npoints, "", "/Matrix"]
0 commit comments