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
2004641a
Commit
2004641a
authored
5 years ago
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
dyn_ramsey_static.m: abort of steady state file signals error code
parent
0a52dedf
No related branches found
No related tags found
1 merge request
!1720
Fix two bugs in Ramsey steady state finding
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/dyn_ramsey_static.m
+5
-0
5 additions, 0 deletions
matlab/dyn_ramsey_static.m
with
5 additions
and
0 deletions
matlab/dyn_ramsey_static.m
+
5
−
0
View file @
2004641a
...
...
@@ -125,6 +125,11 @@ if options_.steadystate_flag
steady_state
=
NaN
(
endo_nbr
,
1
);
return
end
if
check
%return
resids
=
ones
(
inst_nbr
,
1
)
+
sum
(
abs
(
x
(
1
:
M
.
orig_endo_nbr
)));
%return with penalty
steady_state
=
NaN
(
endo_nbr
,
1
);
return
end
end
...
...
This diff is collapsed.
Click to expand it.
Johannes Pfeifer
@JohannesPfeifer
mentioned in commit
4a686051
·
5 years ago
mentioned in commit
4a686051
mentioned in commit 4a6860517ed1fbf9701032fe6439bd86c4eb0b18
Toggle commit list
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