Unstable version: unpack_simulations

Dears,

I just wanted to flag that it seems that under the current unstable version unpack_simulations.m is not compatible with the occbin solver.m.

My understanding is that since in the unstable version solver.m no longer fills the oo_.occbin.simul field with the out content, unpack_simulations crashes in line 32:

oo_.occbin.endo_linear.(M_.endo_names{i})= oo_.occbin.simul.linear(:,i);

Best,

Massimo

I cannot spot a problem. In the unstable version, the call to occbin.solver is

[oo_.dr, oo_.occbin.simul]= occbin.solver(M_, options_, oo_.dr , oo_.steady_state, oo_.exo_steady_state, oo_.exo_det_steady_state);

Hence, the fields should be set.

Hi Johannes,

you are right: I had not updated the second output argument of occbin.solver.

Thanks,

Massimo