From 371f3f0e6ec209b4277a2fd7911ccf80570d7473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 12 Dec 2018 14:27:51 +0100 Subject: [PATCH] Properly fill the output cell array if call to test function failed Otherwise the final report cannot be displayed. --- src/mtest.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mtest.m b/src/mtest.m index c2d62d0..15b2b47 100644 --- a/src/mtest.m +++ b/src/mtest.m @@ -127,6 +127,8 @@ for i=1:nn check = 0; if nargout>1 info(i,3) = {0}; + info(i,4) = {NaN}; + info(i,5) = {NaN}; end continue end -- GitLab