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:
601601 at : /tmp
602602 - restore_cache :
603603 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-
606608 - run :
607609 name : Setting up test
608610 command : |
@@ -636,7 +638,7 @@ jobs:
636638 --fs-no-reconall --sloppy --write-graph \
637639 --mem_mb 4096 --nthreads 2 --anat-only -vv
638640 - save_cache :
639- key : ds210-anat-v4 -{{ epoch }}
641+ key : ds210-anat-v5-{{ .Branch }} -{{ epoch }}
640642 paths :
641643 - /tmp/ds210/work
642644 - /tmp/ds210/derivatives
Original file line number Diff line number Diff line change 1818from argparse import RawTextHelpFormatter
1919from multiprocessing import cpu_count
2020from time import strftime
21- import nibabel
22-
23- nibabel .arrayproxy .KEEP_FILE_OPEN_DEFAULT = 'auto'
2421
2522logging .addLevelName (25 , 'IMPORTANT' ) # Add a new level between INFO and WARNING
2623logging .addLevelName (15 , 'VERBOSE' ) # Add a new level between INFO and DEBUG
You can’t perform that action at this time.
0 commit comments