Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dynare
dynare
Commits
09c10bed
Commit
09c10bed
authored
Mar 10, 2020
by
Sébastien Villemot
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'model_diag' into 'master'
model_diagnostics.m See merge request
!1722
parents
721ae71d
99f4fcad
Pipeline
#3354
passed with stages
in 65 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
matlab/model_diagnostics.m
matlab/model_diagnostics.m
+1
-1
No files found.
matlab/model_diagnostics.m
View file @
09c10bed
...
@@ -71,7 +71,7 @@ end
...
@@ -71,7 +71,7 @@ end
% check if ys is steady state
% check if ys is steady state
options
.
debug
=
1
;
%locally set debug option to 1
options
.
debug
=
1
;
%locally set debug option to 1
[
dr
.
ys
,
params
,
check1
]
=
evaluate_steady_state
(
oo
.
steady_state
,
M
,
options
,
oo
,
1
);
[
dr
.
ys
,
M
.
params
,
check1
]
=
evaluate_steady_state
(
oo
.
steady_state
,
M
,
options
,
oo
,
options
.
steadystate
.
nocheck
);
% testing for problem
% testing for problem
if
check1
(
1
)
if
check1
(
1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment