Skip to content
Snippets Groups Projects
Commit ae3752a0 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Lowered threshold value for a test.

parent dbffe2a8
Branches
Tags
No related merge requests found
...@@ -103,9 +103,9 @@ k = reshape(1:M_.endo_nbr,3,round(M_.endo_nbr/3)); ...@@ -103,9 +103,9 @@ k = reshape(1:M_.endo_nbr,3,round(M_.endo_nbr/3));
kc = k(1,:); kc = k(1,:);
kr = k(2:3,:); kr = k(2:3,:);
if norm(Pinf(kr(:),kc)) > 1e-15 if norm(Pinf(kr(:),kc)) > 1e-14
error('Pinf isn''t correct') error('Pinf isn''t correct')
end end
if norm(Pinf(kr(:),kc)) > 1e-15 if norm(Pinf(kr(:),kc)) > 1e-14
error('Pstar isn''t correct') error('Pstar isn''t correct')
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment