Skip to content

Commit cb54cd4

Browse files
committed
Try again
1 parent 14ad5c2 commit cb54cd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: SoftwareTests/SmokeTests.m

+4
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function APISmokeTest(testCase,Filename,pycode,txt)
8585
testCase.verifyTrue(false,ME.message);
8686
end
8787

88+
try
8889
% Log the opened figures to the test reports
8990
Figures = findall(groot,'Type','figure');
9091
Figures = flipud(Figures);
@@ -94,6 +95,9 @@ function APISmokeTest(testCase,Filename,pycode,txt)
9495
log(testCase,1,FigDiag);
9596
end
9697
end
98+
catch ME
99+
disp("Failed to capture images")
100+
end
97101
close all
98102
end
99103

0 commit comments

Comments
 (0)