Skip to content

Commit 11d6a55

Browse files
committed
ENH: added comment
1 parent 42e8525 commit 11d6a55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/workflows/fmri/fsl/preprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@ def create_susan_smooth(name="susan_smooth", separate_masks=True, list_fwhms=Fal
789789
>>> smooth.run() # doctest: +SKIP
790790
791791
"""
792+
# replaces the functionality of a "for loop"
792793
def cartesian_product(fwhms, in_files, mask_files, merge_out, median_out):
793794
if type(in_files) == str:
794795
in_files = [in_files]

0 commit comments

Comments
 (0)