Skip to content

Commit 96670a3

Browse files
committed
make it more verbose
1 parent b059539 commit 96670a3

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

circle.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ dependencies:
2121
- mkdir ~/.nipype && echo "[logging]" > ~/.nipype/nipype.cfg && echo "workflow_level = DEBUG" >> ~/.nipype/nipype.cfg && echo "interface_level = DEBUG" >> ~/.nipype/nipype.cfg && echo "filemanip_level = DEBUG" >> ~/.nipype/nipype.cfg
2222
test:
2323
override:
24-
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python -c "from nipype.interfaces.fsl.base import Info, no_fsl, no_fsl_course_data; print no_fsl(); print no_fsl_course_data(); print Info.version(); import os; print os.path.abspath('.')":
25-
pwd: ../examples
26-
environment:
27-
SPMMCRCMD: "$HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
28-
FORCE_SPMMCR: 1
29-
timeout: 1600
30-
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --with-doctest nipype --logging-level=INFO:
24+
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --with-doctest nipype --logging-level=DEBUG --verbosity=3:
3125
pwd: ../examples
3226
environment:
3327
SPMMCRCMD: "$HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ def _tbss_test_helper(estimate_skeleton):
121121
shutil.rmtree(test_dir)
122122

123123

124-
#@skipif(no_fsl)
124+
@skipif(no_fsl)
125125
@skipif(no_fsl_course_data)
126126
def test_tbss_est_skeleton():
127127
_tbss_test_helper(True)
128128

129129

130-
#@skipif(no_fsl)
130+
@skipif(no_fsl)
131131
@skipif(no_fsl_course_data)
132132
def test_tbss_est_skeleton_use_precomputed_skeleton():
133133
_tbss_test_helper(False)

0 commit comments

Comments
 (0)