Skip to content
Snippets Groups Projects
Commit 6fca5689 authored by Matthew Webster's avatar Matthew Webster
Browse files

BF: Changes for 6.0.6

parent 40457d8a
No related branches found
No related tags found
1 merge request!50BF: Changes for 6.0.6
Pipeline #15720 skipped
......@@ -2,6 +2,7 @@
import os
import shlex
import sys
import subprocess as sp
import numpy as np
import nibabel as nib
......
......@@ -7,7 +7,7 @@ subdatadir=$datadir/fsl_course_data/seg_struc/vbm/stats
randomise_parallel -i $subdatadir/GM_mod_merg_s3 -o $outdir/output -m $subdatadir/GM_mask -d $subdatadir/design.mat -t $subdatadir/design.con -n 900 -x
fslpython -c "exit(0 if $(fslstats $outdir/output_tstat1 -M) == 0.613910 else 1)"
fslpython -c "exit(0 if $(fslstats $outdir/output_vox_corrp_tstat1 -M) == 0.084046 else 1)"
fslpython -c "exit(0 if $(fslstats $outdir/output_vox_corrp_tstat1 -M) == 0.057734 else 1)"
rm -rf "$outdir/output"*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment