Skip to content

Commit ac474ae

Browse files
committed
tst(circle): drop deprecated command line arguments ...
... and replace with values that will exercise this PR.
1 parent 41bcfe4 commit ac474ae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,7 @@ jobs:
388388
--sloppy --write-graph --use-syn-sdc --mem_mb 4096 \
389389
--use-aroma \
390390
--skull-strip-template OASIS30ANTs:res-1 \
391-
--output-space T1w template fsaverage5 fsnative \
392-
--template-resampling-grid native \
391+
--output-spaces MNI152NLin2009cAsym fsaverage5 fsnative MNI152NLin6Asym anat \
393392
--use-plugin /home/circleci/src/fmriprep/.circleci/legacy.yml \
394393
--nthreads 2 --cifti-output -vv
395394
- run:
@@ -416,9 +415,8 @@ jobs:
416415
--config $PWD/nipype.cfg -w /tmp/ds005/work_partial \
417416
/tmp/data/ds005 /tmp/ds005/derivatives_partial participant \
418417
--sloppy --write-graph --use-syn-sdc --mem_mb 4096 \
419-
--output-space T1w template fsaverage5 fsnative \
418+
--output-spaces MNI152NLin2009cAsym fsaverage5 fsnative MNI152NLin6Asym anat \
420419
--aroma-melodic-dimensionality 2 --use-aroma \
421-
--template-resampling-grid native \
422420
--nthreads 2 --cifti-output -vv
423421
- run:
424422
name: Checking outputs of partial fMRIPrep run

0 commit comments

Comments
 (0)