Skip to content

Commit 18beffe

Browse files
committed
less
1 parent 8b54e55 commit 18beffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nipype/workflows/dmri/fsl/tests/test_epi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

nipype/workflows/dmri/fsl/tests/test_tbss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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())

0 commit comments

Comments
 (0)