Skip to content

Commit d01bf40

Browse files
author
Adam Richie-Halford
committed
Remove redundant out_avg_b_png lines
1 parent 4a41f5e commit d01bf40

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nipype/interfaces/fsl/epi.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,11 +1389,6 @@ def _list_outputs(self):
13891389
outputs['out_qc_json'] = os.path.join(out_dir, 'qc.json')
13901390
outputs['out_qc_pdf'] = os.path.join(out_dir, 'qc.pdf')
13911391

1392-
outputs['out_avg_b_png'] = [
1393-
os.path.join(out_dir, 'avg_b{bval:d}.png'.format(bval=bval))
1394-
for bval in list(set([0] + qc.get('data_unique_bvals')))
1395-
]
1396-
13971392
# Grab all b* files here. This will also grab the b0_pe* files
13981393
# as well, but only if the field input was provided. So we'll remove
13991394
# them later in the next conditional.

0 commit comments

Comments
 (0)