diff --git a/tests/kalman_filter_smoother/test_compute_Pinf_Pstar.mod b/tests/kalman_filter_smoother/test_compute_Pinf_Pstar.mod index 036b62442..e2551ef2c 100644 --- a/tests/kalman_filter_smoother/test_compute_Pinf_Pstar.mod +++ b/tests/kalman_filter_smoother/test_compute_Pinf_Pstar.mod @@ -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