Skip to content

Commit bfdb615

Browse files
committed
fix: index of zstats
1 parent 351bb3b commit bfdb615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fmri_openfmri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def get_subs(subject_id, conds, model_id, task_id):
370370
'cope%02d.' % (i + 1)))
371371
subs.append(('_warpall%d/varcope1_warp.' % (len(conds) + i),
372372
'varcope%02d.' % (i + 1)))
373-
subs.append(('_warpall%d/zstat1_warp.' % i,
373+
subs.append(('_warpall%d/zstat1_warp.' % (2 * len(conds) + i),
374374
'zstat%02d.' % (i + 1)))
375375
return subs
376376

0 commit comments

Comments
 (0)