File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
nipype/workflows/dmri/fsl/tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
SPMMCRCMD : " $HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
28
28
FORCE_SPMMCR : 1
29
29
timeout : 1600
30
- - . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --with-doctest --no-skip $HOME/nipype/ --exclude=external --exclude=testing :
30
+ - . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --with-doctest --with-cov --cov nipype --logging-level=INFO :
31
31
pwd : ../examples
32
32
environment :
33
33
SPMMCRCMD : " $HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
Original file line number Diff line number Diff line change 13
13
from nipype .workflows .dmri .fsl .epi import create_eddy_correct_pipeline
14
14
15
15
16
- @skipif (no_fsl )
17
- @skipif (no_fsl_course_data )
16
+ # @skipif(no_fsl)
17
+ # @skipif(no_fsl_course_data)
18
18
def test_create_eddy_correct_pipeline ():
19
19
fsl_course_dir = os .path .abspath ('fsl_course_data' )
20
20
You can’t perform that action at this time.
0 commit comments