We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849c8c1 commit 2c5fa57Copy full SHA for 2c5fa57
validation/test_all.m
@@ -87,6 +87,10 @@
87
test_localwfs_vss(1);
88
disp('Hit Enter to continue');
89
pause
90
+ disp('Running "test_localwfs_sbl(1)"');
91
+ test_localwfs_sbl(1);
92
+ disp('Hit Enter to continue');
93
+ pause
94
disp('Running "test_non_regular_grid(1)"');
95
test_non_regular_grid(1);
96
@@ -125,6 +129,7 @@
125
129
test_hrtf_extrapolation(0,'QU_KEMAR'); ...
126
130
test_interpolation_point_selection(0); ...
127
131
test_localwfs_vss(0); ...
132
+ test_localwfs_sbl(0); ...
128
133
test_non_regular_grid(0); ...
134
test_secondary_source_diameter(0); ...
135
test_secondary_source_positions(0); ...
0 commit comments