Skip to content

Commit b358819

Browse files
author
Fiete Winter
committed
minor fixes in validation functions
1 parent 5582c08 commit b358819

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

validation/test_all.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
disp('Hit Enter to continue');
9393
pause
9494
disp('Running "test_plot(1)"');
95-
test_plot(1);
95+
test_plotting(1);
9696
disp('Hit Enter to continue');
9797
pause
9898
disp('Running "test_secondary_source_positions(1)"');

validation/test_imp_25d.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
[IR_gt,~,f_gt] = spectrum_from_signal(ir_gt(:,1),conf);
158158

159159
if modus
160-
figure;
161160
plot_sound_field(p,X,Y,Z,x0,conf);
162161
title(sprintf('%s %s %s',scenarios{ii,1},src, ...
163162
conf.driving_functions),'Interpreter','none');

0 commit comments

Comments
 (0)