Skip to content

Commit d2a8b03

Browse files
committed
Fix accidental commit.
1 parent e82a229 commit d2a8b03

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/frontiers_paper/smoothing_comparison.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
anisotropic_voxel_smooth.inputs.smooth.output_type = 'NIFTI'
4848
preprocessing.connect(realign, "realigned_files", anisotropic_voxel_smooth,
4949
"inputnode.in_files")
50-
anisotropic_voxel_smooth.iterables("inputnode.fwhm", [3,4])
51-
#preprocessing.connect(iter_fwhm, "fwhm", anisotropic_voxel_smooth,
52-
# "inputnode.fwhm")
50+
preprocessing.connect(iter_fwhm, "fwhm", anisotropic_voxel_smooth,
51+
"inputnode.fwhm")
5352
preprocessing.connect(compute_mask, "brain_mask", anisotropic_voxel_smooth,
5453
'inputnode.mask_file')
5554

0 commit comments

Comments
 (0)