Skip to content

Commit 1314c74

Browse files
committed
CI: Remove duplicated --sloppy usage
1 parent ca64254 commit 1314c74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jobs:
375375
--skull-strip-template UNCInfant:cohort-1 \
376376
--output-spaces MNIInfant:cohort-1 func \
377377
--sloppy --write-graph --mem-mb 14000 \
378-
--nthreads 4 -vv --age-months 2 --sloppy \
378+
--nthreads 4 -vv --age-months 2 \
379379
--surface-recon-method infantfs \
380380
--derivatives precomputed=/tmp/data/${DATASET}/derivatives/bibsnet \
381381
--output-layout bids \
@@ -409,7 +409,7 @@ jobs:
409409
cp -r /tmp/data/${DATASET}/derivatives/bibsnet /tmp/data/${DATASET}-t2only/derivatives
410410
411411
- run:
412-
name: Run nibabies single anatomical workflow
412+
name: Run nibabies single anatomical workflow (T2w only)
413413
no_output_timeout: 1h
414414
command: |
415415
mkdir -p /tmp/data/${DATASET}-t2only /tmp/${DATASET}/derivatives/nibabies-t2only /tmp/${DATASET}/work-t2only
@@ -422,7 +422,7 @@ jobs:
422422
--skull-strip-template UNCInfant:cohort-1 \
423423
--output-spaces MNIInfant:cohort-1 func \
424424
--sloppy --write-graph --mem-mb 14000 \
425-
--nthreads 4 -vv --age-months 2 --sloppy \
425+
--nthreads 4 -vv --age-months 2 \
426426
--surface-recon-method infantfs \
427427
--derivatives precomputed=/tmp/data/${DATASET}-t2only/derivatives/bibsnet \
428428
--output-layout bids --anat-only --cifti-output \

0 commit comments

Comments
 (0)