File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
nipype/workflows/dmri/fsl/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def test_create_eddy_correct_pipeline():
2121 dwi_file = os .path .join (fsl_course_dir , "fdt1/subj1/data.nii.gz" )
2222
2323 trim_dwi = pe .Node (fsl .ExtractROI (t_min = 0 ,
24- t_size = 3 ), name = "trim_dwi" )
24+ t_size = 2 ), name = "trim_dwi" )
2525 trim_dwi .inputs .in_file = dwi_file
2626
2727 nipype_eddycorrect = create_eddy_correct_pipeline ("nipype_eddycorrect" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def _tbss_test_helper(estimate_skeleton):
2323 old_dir = os .getcwd ()
2424 os .chdir (tbss_orig_dir )
2525
26- subjects = ['1260' , '1549' , '1636' ]
26+ subjects = ['1260' , '1549' ]
2727 FA_list = [os .path .join (fsl_course_dir , 'tbss' , subject_id + '.nii.gz' ) for subject_id in subjects ]
2828 for f in FA_list :
2929 shutil .copy (f , os .getcwd ())
You can’t perform that action at this time.
0 commit comments