File tree Expand file tree Collapse file tree 2 files changed +26
-8
lines changed
fmriprep/workflows/bold/tests Expand file tree Collapse file tree 2 files changed +26
-8
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ jobs:
165
165
steps :
166
166
- restore_cache :
167
167
keys :
168
- - regression-v0 -{{ epoch }}
169
- - regression-v0 -
168
+ - regression-v1 -{{ epoch }}
169
+ - regression-v1 -
170
170
- run :
171
171
name : Get truncated BOLD series
172
172
command : |
@@ -193,7 +193,7 @@ jobs:
193
193
paths :
194
194
- data
195
195
- save_cache :
196
- key : regression-v0 -{{ epoch }}
196
+ key : regression-v1 -{{ epoch }}
197
197
paths :
198
198
- /tmp/data
199
199
@@ -719,7 +719,9 @@ workflows:
719
719
- get_data :
720
720
filters :
721
721
branches :
722
- ignore : /docs?\/.*/
722
+ ignore :
723
+ - /docs?\/.*/
724
+ - /tests?\/.*/
723
725
tags :
724
726
only : /.*/
725
727
@@ -740,7 +742,9 @@ workflows:
740
742
- build
741
743
filters :
742
744
branches :
743
- ignore : /docs?\/.*/
745
+ ignore :
746
+ - /docs?\/.*/
747
+ - /tests?\/.*/
744
748
tags :
745
749
only : /.*/
746
750
@@ -760,7 +764,9 @@ workflows:
760
764
- build
761
765
filters :
762
766
branches :
763
- ignore : /docs?\/.*/
767
+ ignore :
768
+ - /docs?\/.*/
769
+ - /tests?\/.*/
764
770
tags :
765
771
only : /.*/
766
772
@@ -770,7 +776,9 @@ workflows:
770
776
- build
771
777
filters :
772
778
branches :
773
- ignore : /docs?\/.*/
779
+ ignore :
780
+ - /docs?\/.*/
781
+ - /tests?\/.*/
774
782
tags :
775
783
only : /.*/
776
784
@@ -781,7 +789,9 @@ workflows:
781
789
filters :
782
790
branches :
783
791
# only: /meepi.*/
784
- ignore : /docs?\/.*/
792
+ ignore :
793
+ - /docs?\/.*/
794
+ - /tests?\/.*/
785
795
tags :
786
796
only : /.*/
787
797
Original file line number Diff line number Diff line change @@ -46,6 +46,14 @@ def symmetric_overlap(img1, img2):
46
46
'ds000216/sub-03_task-rest_echo-4_bold.nii.gz' ,
47
47
'ds000237/sub-03_task-MemorySpan_acq-multiband_run-01_bold.nii.gz' ,
48
48
'ds000237/sub-06_task-MemorySpan_acq-multiband_run-01_bold.nii.gz' ,
49
+ 'ds001240/sub-26_task-localizerimagination_bold.nii.gz' ,
50
+ 'ds001240/sub-26_task-localizerviewing_bold.nii.gz' ,
51
+ 'ds001240/sub-26_task-molencoding_run-01_bold.nii.gz' ,
52
+ 'ds001240/sub-26_task-molencoding_run-02_bold.nii.gz' ,
53
+ 'ds001240/sub-26_task-molretrieval_run-01_bold.nii.gz' ,
54
+ 'ds001240/sub-26_task-molretrieval_run-02_bold.nii.gz' ,
55
+ 'ds001240/sub-26_task-rest_bold.nii.gz' ,
56
+ 'ds001362/sub-01_task-taskname_run-01_bold.nii.gz' ,
49
57
)
50
58
])
51
59
def test_masking (input_fname , expected_fname ):
You can’t perform that action at this time.
0 commit comments