Skip to content

Commit 23da12d

Browse files
committed
fewer subjects
1 parent 93ff747 commit 23da12d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ def test_create_bedpostx_pipeline():
8181
])
8282

8383
pipeline.run(plugin='Linear')
84-
#shutil.rmtree(pipeline.base_dir)
84+
shutil.rmtree(pipeline.base_dir)
8585

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', '1651', '2078', '2378']
26+
subjects = ['1260', '1549', '1636']
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)