File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ before_install:
24
24
fsl afni elastix fsl-atlases; fi &&
25
25
if $INSTALL_DEB_DEPENDECIES; then
26
26
source /etc/fsl/fsl.sh;
27
- source /etc/afni/afni.sh; fi &&
28
- export FSLOUTPUTTYPE=NIFTI_GZ; }
27
+ source /etc/afni/afni.sh;
28
+ export FSLOUTPUTTYPE=NIFTI_GZ; fi }
29
29
- travis_retry bef_inst
30
30
install :
31
31
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ class B0Calc(FSLCommand):
79
79
>>> b0calc = B0Calc()
80
80
>>> b0calc.inputs.in_file = 'tissue+air_map.nii'
81
81
>>> b0calc.inputs.z_b0 = 3.0
82
+ >>> b0calc.inputs.output_type = "NIFTI_GZ"
82
83
>>> b0calc.cmdline # doctest: +IGNORE_UNICODE
83
84
'b0calc -i tissue+air_map.nii -o tissue+air_map_b0field.nii.gz --b0=3.00'
84
85
You can’t perform that action at this time.
0 commit comments