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

Ref. !2086
bgp-dev
Sébastien Villemot 2022-10-03 14:31:02 +02:00
commit 9938f08790
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 0 deletions

View File

@ -711,6 +711,7 @@ if ((kalman_algo==1) || (kalman_algo==3))% Multivariate Kalman Filter
if occbin_.status && isinf(LIK)
fval = Inf;
info(1) = 320;
info(4) = 0.1;
exit_flag = 0;
return
end