File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,10 @@ function copyAtlasToSpmDir(varargin)
67
67
68
68
end
69
69
70
+ if strcmpi(atlas , ' wang' )
71
+ delete(sourceAtlasImage );
72
+ end
73
+
70
74
end
71
75
72
76
function [sourceAtlasImage , sourceAtlasXml ] = prepareFiles(atlas )
Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ function test_copyAtlasToSpmDir_visfatlas()
41
41
42
42
function test_copyAtlasToSpmDir_glasser()
43
43
44
- if bids .internal .is_github_ci()
45
- moxunit_throw_test_skipped_exception(' no SPM in CI.' );
46
- end
47
-
48
44
copyAtlasToSpmDir(' Glasser' , ' verbose' , false );
49
45
50
46
targetAtlasImage = fullfile(spmAtlasDir(), ...
@@ -61,10 +57,6 @@ function test_copyAtlasToSpmDir_glasser()
61
57
62
58
function test_copyAtlasToSpmDir_basic()
63
59
64
- if bids .internal .is_github_ci()
65
- return
66
- end
67
-
68
60
copyAtlasToSpmDir(' AAL' , ' verbose' , false );
69
61
70
62
targetAtlasImage = fullfile(spmAtlasDir(), ' AAL3v1_1mm.nii' );
@@ -79,10 +71,6 @@ function test_copyAtlasToSpmDir_basic()
79
71
80
72
function test_copyAtlasToSpmDir_HPCex()
81
73
82
- if bids .internal .is_github_ci()
83
- return
84
- end
85
-
86
74
copyAtlasToSpmDir(' HCPex' , ' verbose' , false );
87
75
88
76
targetAtlasImage = fullfile(spmAtlasDir(), ' HCPex.nii' );
You can’t perform that action at this time.
0 commit comments