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
de630ce9
Commit
de630ce9
authored
3 weeks ago
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
discretionary_policy: fix noprint option
Output argument and return statement were missing
parent
251758ed
No related branches found
Branches containing commit
No related tags found
1 merge request
!2349
:bug: discretionary_policy: fix noprint option
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
matlab/discretionary_policy/discretionary_policy.m
+3
-0
3 additions, 0 deletions
matlab/discretionary_policy/discretionary_policy.m
matlab/discretionary_policy/discretionary_policy_1.m
+1
-0
1 addition, 0 deletions
matlab/discretionary_policy/discretionary_policy_1.m
with
4 additions
and
0 deletions
matlab/discretionary_policy/discretionary_policy.m
+
3
−
0
View file @
de630ce9
...
...
@@ -35,6 +35,9 @@ origorder = options_.order;
options_
.
order
=
1
;
[
info
,
oo_
,
options_
,
M_
]
=
stoch_simul
(
M_
,
options_
,
oo_
,
var_list
);
if
info
(
1
)
return
;
end
oo_
.
steady_state
=
oo_
.
dr
.
ys
;
if
~
options_
.
noprint
...
...
This diff is collapsed.
Click to expand it.
matlab/discretionary_policy/discretionary_policy_1.m
+
1
−
0
View file @
de630ce9
...
...
@@ -42,6 +42,7 @@ if options_.steadystate_flag
[
ys
,
M_
.
params
,
info
]
=
evaluate_steady_state_file
(
endo_steady_state
,[
exo_steady_state
;
exo_det_steady_state
],
M_
,
...
options_
,
~
options_
.
steadystate
.
nocheck
);
if
info
(
1
)
params
=
M_
.
params
;
return
;
end
else
...
...
This diff is collapsed.
Click to expand it.
Johannes Pfeifer
@JohannesPfeifer
mentioned in commit
fa5f8efc
·
3 weeks ago
mentioned in commit
fa5f8efc
mentioned in commit fa5f8efc6c8130c8de1f088e251a8d34f539a20a
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