File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -601,8 +601,10 @@ jobs:
601
601
at : /tmp
602
602
- restore_cache :
603
603
keys :
604
- - ds210-anat-v4-{{ epoch }}
605
- - ds210-anat-v4-
604
+ - ds210-anat-v5-{{ .Branch }}-{{ epoch }}
605
+ - ds210-anat-v5-{{ .Branch }}
606
+ - ds210-anat-v5-master
607
+ - ds210-anat-v5-
606
608
- run :
607
609
name : Setting up test
608
610
command : |
@@ -636,7 +638,7 @@ jobs:
636
638
--fs-no-reconall --sloppy --write-graph \
637
639
--mem_mb 4096 --nthreads 2 --anat-only -vv
638
640
- save_cache :
639
- key : ds210-anat-v4 -{{ epoch }}
641
+ key : ds210-anat-v5-{{ .Branch }} -{{ epoch }}
640
642
paths :
641
643
- /tmp/ds210/work
642
644
- /tmp/ds210/derivatives
Original file line number Diff line number Diff line change 18
18
from argparse import RawTextHelpFormatter
19
19
from multiprocessing import cpu_count
20
20
from time import strftime
21
- import nibabel
22
-
23
- nibabel .arrayproxy .KEEP_FILE_OPEN_DEFAULT = 'auto'
24
21
25
22
logging .addLevelName (25 , 'IMPORTANT' ) # Add a new level between INFO and WARNING
26
23
logging .addLevelName (15 , 'VERBOSE' ) # Add a new level between INFO and DEBUG
You can’t perform that action at this time.
0 commit comments