Merge branch 'mode_check' of git.dynare.org:JohannesPfeifer/dynare

Ref. !1953
pac-components
Sébastien Villemot 2021-10-28 10:42:55 +02:00
commit c67fd57237
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ for plt = 1:nbplt
else
y(i,1) = NaN;
if DynareOptions.debug
fprintf('mode_check:: could not solve model for parameter %s at value %4.3f, error code: %u\n',name,z(i),info(1))
fprintf('mode_check:: could not solve model for parameter %s at value %4.3f, error code: %u (%s)\n',name,z(i),info(1),get_error_message(info, DynareOptions))
end
end
if ~DynareOptions.mode_check.nolik