Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
dynare
Commits
ae3752a0
Commit
ae3752a0
authored
Mar 16, 2017
by
Stéphane Adjemian
Browse files
Lowered threshold value for a test.
parent
dbffe2a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/kalman_filter_smoother/test_compute_Pinf_Pstar.mod
View file @
ae3752a0
...
...
@@ -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-1
5
if norm(Pinf(kr(:),kc)) > 1e-1
4
error('Pinf isn''t correct')
end
if norm(Pinf(kr(:),kc)) > 1e-1
5
if norm(Pinf(kr(:),kc)) > 1e-1
4
error('Pstar isn''t correct')
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment