Lowered threshold value for a test.

time-shift
Stéphane Adjemian (Charybdis) 2017-03-16 15:51:11 +01:00
parent dbffe2a841
commit ae3752a0d3
1 changed files with 2 additions and 2 deletions

View File

@ -103,9 +103,9 @@ k = reshape(1:M_.endo_nbr,3,round(M_.endo_nbr/3));
kc = k(1,:);
kr = k(2:3,:);
if norm(Pinf(kr(:),kc)) > 1e-15
if norm(Pinf(kr(:),kc)) > 1e-14
error('Pinf isn''t correct')
end
if norm(Pinf(kr(:),kc)) > 1e-15
if norm(Pinf(kr(:),kc)) > 1e-14
error('Pstar isn''t correct')
end