Fixed test on M_.Sigma_e (backward model irf routine).

(cherry picked from commit dc670e0199)
time-shift
Stéphane Adjemian(Charybdis) 2017-11-15 15:01:34 +01:00
parent 1ef479f8c4
commit b274fd4716
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ end
% Get the covariance matrix of the shocks.
if ~deterministicshockflag
if ~nnz(M_.Sigma_e)
if nnz(M_.Sigma_e)
Sigma = M_.Sigma_e + 1e-14*eye(M_.exo_nbr);
sigma = transpose(chol(Sigma));
else