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
a58fb5ed
Commit
a58fb5ed
authored
7 months ago
by
Sébastien Villemot
Browse files
Options
Downloads
Plain Diff
Merge branch '6.x' into '6.x'
discretionary_policy_1: fix bug introduced in
3053f9b7
See merge request
!2312
parents
e81e5b6e
15c684ca
No related branches found
No related tags found
1 merge request
!2312
:bug: discretionary_policy_1: fix bug introduced in 3053f9b7
Pipeline
#10843
failed
7 months ago
Stage: build
Stage: test
Stage: pkg
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/discretionary_policy/discretionary_policy_1.m
+1
-1
1 addition, 1 deletion
matlab/discretionary_policy/discretionary_policy_1.m
with
1 addition
and
1 deletion
matlab/discretionary_policy/discretionary_policy_1.m
+
1
−
1
View file @
a58fb5ed
...
...
@@ -81,7 +81,7 @@ iyr0 = find(iyv(:)) ;
z
=
z
(
iyr0
);
it_
=
M_
.
maximum_lag
+
1
;
[
junk
,
jacobia_
]
=
feval
([
M_
.
fname
'.dynamic'
],
z
,
zeros
(
M_
.
exo_nbr
+
M_
.
exo_det_nbr
,
klen
),
M_
.
params
,
ys
,
it_
);
[
junk
,
jacobia_
]
=
feval
([
M_
.
fname
'.dynamic'
],
z
,
zeros
(
klen
,
M_
.
exo_nbr
+
M_
.
exo_det_nbr
),
M_
.
params
,
ys
,
it_
);
if
max
(
abs
(
junk
))
>
options_
.
solve_tolf
info
=
65
;
%the model must be written in deviation form and not have constant terms or have a steady state provided
return
;
...
...
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