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():
21
21
dwi_file = os .path .join (fsl_course_dir , "fdt1/subj1/data.nii.gz" )
22
22
23
23
trim_dwi = pe .Node (fsl .ExtractROI (t_min = 0 ,
24
- t_size = 3 ), name = "trim_dwi" )
24
+ t_size = 2 ), name = "trim_dwi" )
25
25
trim_dwi .inputs .in_file = dwi_file
26
26
27
27
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):
23
23
old_dir = os .getcwd ()
24
24
os .chdir (tbss_orig_dir )
25
25
26
- subjects = ['1260' , '1549' , '1636' ]
26
+ subjects = ['1260' , '1549' ]
27
27
FA_list = [os .path .join (fsl_course_dir , 'tbss' , subject_id + '.nii.gz' ) for subject_id in subjects ]
28
28
for f in FA_list :
29
29
shutil .copy (f , os .getcwd ())
You can’t perform that action at this time.
0 commit comments