1010
1111function test_bidsResults_filter_by_nodeName()
1212
13- % createDummyData();
14-
1513 %% GIVEN
1614 opt = setOptions(' vislocalizer' , ' ' , ' pipelineType' , ' stats' );
1715
@@ -46,8 +44,6 @@ function test_bidsResults_filter_by_nodeName_empty()
4644
4745function test_bidsResults_too_many_backgrounds()
4846
49- % createDummyData();
50-
5147 %% GIVEN
5248 opt = setOptions(' vislocalizer' , ' ' , ' pipelineType' , ' stats' );
5349
@@ -77,8 +73,6 @@ function test_bidsResults_too_many_backgrounds()
7773
7874function test_bidsResults_background_for_subject()
7975
80- % createDummyData();
81-
8276 %% GIVEN
8377 opt = setOptions(' vislocalizer' , {' 01' , ' ctrl01' , ' blind01' }, ' pipelineType' , ' stats' );
8478
@@ -114,8 +108,6 @@ function test_bidsResults_background_for_subject()
114108
115109function test_bidsResults_no_background_for_montage()
116110
117- % createDummyData();
118-
119111 %% GIVEN
120112 opt = setOptions(' vislocalizer' , ' ' , ' pipelineType' , ' stats' );
121113
@@ -148,8 +140,6 @@ function test_bidsResults_dataset_lvl()
148140 % TODO requires updating dummy dataset
149141 return
150142
151- % createDummyData();
152-
153143 %% GIVEN
154144 opt = setOptions(' vislocalizer' , ' ' , ' pipelineType' , ' stats' );
155145
@@ -168,8 +158,6 @@ function test_bidsResults_dataset_lvl()
168158
169159function test_bidsResults_subject_lvl_regex()
170160
171- % createDummyData();
172-
173161 %% GIVEN
174162 opt = setOptions(' vislocalizer' , ' ' , ' pipelineType' , ' stats' );
175163
@@ -208,8 +196,6 @@ function test_bidsResults_error_missing_node()
208196
209197function test_bidsResults_subject_lvl()
210198
211- % createDummyData();
212-
213199 %% GIVEN
214200 opt = setOptions(' vislocalizer' , ' ' , ' pipelineType' , ' stats' );
215201
0 commit comments