Add diffuse filter statement to nonstationary mod-file to prevent unit test from crashing

time-shift
Johannes Pfeifer 2016-04-15 15:00:50 +02:00
parent 3d6c184566
commit bfe3dded99
1 changed files with 1 additions and 1 deletions

View File

@ -119,6 +119,6 @@ Y_obs (gam);
end;
data(file='../../fs2000/fsdat_simul.m');
options_.diffuse_filter=1;
[dataset_, dataset_info, xparam1, hh, M_, options_, oo_, estim_params_, bayestopt_, bounds] = ...
dynare_estimation_init(char(), M_.fname, [], M_, options_, oo_, estim_params_, bayestopt_);