File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
nipype/workflows/dmri/fsl/tests Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
from nipype .interfaces .fsl .base import no_fsl , no_fsl_course_data
6
6
import nipype .pipeline .engine as pe
7
7
import nipype .interfaces .utility as util
8
- from nipype .testing import skipif
8
+ from nipype .testing import skipif , skip
9
9
import tempfile
10
10
import shutil
11
11
from subprocess import call
@@ -120,14 +120,14 @@ def _tbss_test_helper(estimate_skeleton):
120
120
os .chdir (old_dir )
121
121
shutil .rmtree (test_dir )
122
122
123
-
123
+ #this test is disabled until we figure out what is wrong with TBSS in 5.0.9
124
124
@skipif (no_fsl )
125
125
@skipif (no_fsl_course_data )
126
- def test_tbss_est_skeleton ():
126
+ def disabled_tbss_est_skeleton ():
127
127
_tbss_test_helper (True )
128
128
129
-
129
+ #this test is disabled until we figure out what is wrong with TBSS in 5.0.9
130
130
@skipif (no_fsl )
131
131
@skipif (no_fsl_course_data )
132
- def test_tbss_est_skeleton_use_precomputed_skeleton ():
132
+ def disabled_tbss_est_skeleton_use_precomputed_skeleton ():
133
133
_tbss_test_helper (False )
You can’t perform that action at this time.
0 commit comments