Skip to content
Snippets Groups Projects
Commit 574ec947 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

Merge pull request #701 from JohannesPfeifer/ident_fix

Fix bug in dynare_identification.m that led to missing output and crashe...
parents 0efcef8f 4c6aad3d
Branches
Tags
No related merge requests found
......@@ -328,7 +328,7 @@ if iload <=0,
else
parameters = 'Random_prior_params';
end
else
end
idehess_point.params=params;
% siH = idemodel_point.siH;
% siJ = idemoments_point.siJ;
......@@ -342,7 +342,6 @@ if iload <=0,
if ~options_.nograph,
plot_identification(params,idemoments_point,idehess_point,idemodel_point,idelre_point,advanced,parameters,name,IdentifDirectoryName);
end
end
if SampleSize > 1,
skipline()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment