Skip to content

Commit b8acda6

Browse files
author
Eric Fields
committed
minor testing change
1 parent 908789e commit b8acda6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testing/test_get_mean_amplitude.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'plot_raster', 'no');
1919

2020

21-
mean_data_GRP = get_mean_amplitude(GRP, 1, 'effect', 'expectedness', 'output_file', 'data/testGRP.csv');
21+
mean_data_GRP = get_mean_amplitude(GRP, 1, 'effect', 'expectedness', 'output_file', 'outputs/testGRP.csv');
2222

2323

2424
%% GND
@@ -34,4 +34,4 @@
3434
'save_GND', 'no', ...
3535
'plot_raster', 'no');
3636

37-
mean_data_GND = get_mean_amplitude(GND, 1, 'effect', 'Emotion', 'output_file', 'data/testGND.csv');
37+
mean_data_GND = get_mean_amplitude(GND, 1, 'effect', 'Emotion', 'output_file', 'outputs/testGND.csv');

0 commit comments

Comments
 (0)