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
0d1aa906
Commit
0d1aa906
authored
2 years ago
by
Marco Ratto
Committed by
Johannes Pfeifer
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
cosmetic change
(cherry picked from commit
e31b3137
)
parent
fe1ba750
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2102
Port recent bugfixes to 5.x
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
matlab/+occbin/solve_one_constraint.m
+1
-1
1 addition, 1 deletion
matlab/+occbin/solve_one_constraint.m
matlab/+occbin/solve_two_constraints.m
+1
-1
1 addition, 1 deletion
matlab/+occbin/solve_two_constraints.m
matlab/get_error_message.m
+1
-1
1 addition, 1 deletion
matlab/get_error_message.m
with
3 additions
and
3 deletions
matlab/+occbin/solve_one_constraint.m
+
1
−
1
View file @
0d1aa906
...
...
@@ -314,7 +314,7 @@ for shock_period = 1:n_shocks_periods
end
else
if
is_periodic_loop
disp_verbose
(
'Did not converge -- infinite loop of regimes.'
,
opts_simul_
.
debug
)
disp_verbose
(
'Did not converge -- infinite loop of
guess
regimes.'
,
opts_simul_
.
debug
)
error_flag
=
313
;
else
disp_verbose
(
'Did not converge -- increase maxit.'
,
opts_simul_
.
debug
)
...
...
This diff is collapsed.
Click to expand it.
matlab/+occbin/solve_two_constraints.m
+
1
−
1
View file @
0d1aa906
...
...
@@ -343,7 +343,7 @@ for shock_period = 1:n_shocks_periods
end
else
if
is_periodic_loop
disp_verbose
(
'Did not converge -- infinite loop of regimes.'
,
opts_simul_
.
debug
)
disp_verbose
(
'Did not converge -- infinite loop of
guess
regimes.'
,
opts_simul_
.
debug
)
error_flag
=
313
;
else
disp_verbose
(
'Did not converge -- increase maxit.'
,
opts_simul_
.
debug
)
...
...
This diff is collapsed.
Click to expand it.
matlab/get_error_message.m
+
1
−
1
View file @
0d1aa906
...
...
@@ -189,7 +189,7 @@ switch info(1)
case
312
message
=
'Occbin: Constraint(s) are binding at the end of the sample.'
;
case
313
message
=
'Occbin: Simulation did not converge -- infinite loop of regimes'
;
message
=
'Occbin: Simulation did not converge -- infinite loop of
guess
regimes'
;
case
320
message
=
'Piecewise linear Kalman filter: There was a problem in obtaining the likelihood.'
;
otherwise
...
...
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