Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marco Ratto
dynare
Commits
e1bdc87f
Unverified
Commit
e1bdc87f
authored
Jan 26, 2021
by
Sébastien Villemot
Browse files
Merge branch 'lmmcp' of git.dynare.org:JohannesPfeifer/dynare
parents
3bcc59be
c304dea3
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/stoch_simul.m
View file @
e1bdc87f
...
...
@@ -39,6 +39,10 @@ if M_.exo_nbr==0
error
(
'stoch_simul:: does not support having no varexo in the model. As a workaround you could define a dummy exogenous variable.'
)
end
if
ismember
(
options_
.
solve_algo
,[
10
,
11
])
error
(
'stoch_simul:: perturbation solutions are not compatible with mixed complementarity problems and their solvers'
)
end
test_for_deep_parameters_calibration
(
M_
);
dr
=
oo_
.
dr
;
...
...
Write
Preview
Supports
Markdown
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