Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
62e42e08
Verified
Commit
62e42e08
authored
4 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Testsuite: more fixes related to stochastic block decomposition + mfs > 0
Ref. #1726
parent
04ba15e5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#5249
passed
4 years ago
Stage: build
Stage: test
Stage: pkg
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/block_bytecode/lola_stochastic_block.mod
+1
-1
1 addition, 1 deletion
tests/block_bytecode/lola_stochastic_block.mod
tests/deterministic_simulations/ramst_block_mfs1.mod
+0
-2
0 additions, 2 deletions
tests/deterministic_simulations/ramst_block_mfs1.mod
with
1 addition
and
3 deletions
tests/block_bytecode/lola_stochastic_block.mod
+
1
−
1
View file @
62e42e08
...
@@ -19,7 +19,7 @@ if max(max(abs(oo_.dr.ghx(:, state_reorder) - ref.oo_.dr.ghx(ref.oo_.dr.inv_orde
...
@@ -19,7 +19,7 @@ if max(max(abs(oo_.dr.ghx(:, state_reorder) - ref.oo_.dr.ghx(ref.oo_.dr.inv_orde
error('Error in ghx')
error('Error in ghx')
end
end
if max(max(abs(oo_.dr.ghu - ref.oo_.dr.ghu(ref.oo_.dr.inv_order_var, :)))) >
6
e-
9
if max(max(abs(oo_.dr.ghu - ref.oo_.dr.ghu(ref.oo_.dr.inv_order_var, :)))) >
3
e-
8
error('Error in ghu')
error('Error in ghu')
end
end
...
...
This diff is collapsed.
Click to expand it.
tests/deterministic_simulations/ramst_block_mfs1.mod
+
0
−
2
View file @
62e42e08
...
@@ -30,8 +30,6 @@ end;
...
@@ -30,8 +30,6 @@ end;
steady;
steady;
check;
shocks;
shocks;
var x;
var x;
periods 1;
periods 1;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment