Merge branch 'lmmcp' of git.dynare.org:JohannesPfeifer/dynare

time-shift
Sébastien Villemot 2021-01-26 16:27:43 +01:00
commit e1bdc87ff9
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 4 additions and 0 deletions

View File

@ -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;