Error in 4.2

Hi,

The function dynare_resolve fails after simulation.

I’ve worked the trail to: dynare_resolve->resol->dr1->mjdgges which fails because options_.qz_criterium is empty. A simple

if isempty(options_.qz_criterium) options_.qz_criterium = 1+1e-6; end
solves the problem.

BTW, this problem is caused by the line:

in stoch_simul.m

Thanks,
Gilles

Hi,

Can you give a test case for replicating the problem?

Best,

Hi,

Sorry for the late reply. The code I work on is not public. But I tried it with many models and it always fails.

Basicaly type “dynare_resolve” after runing “dynare somemodel” and it shoud fail.

Gilles

Thanks for reporting this.

I have fixed the problem directly within mjdgges. The fix will be incorporated in the next stable release of Dynare.

Best,

Thanks