Skip to content
Snippets Groups Projects
Verified Commit 8fc727ec authored by Frédéric Karamé's avatar Frédéric Karamé Committed by Sébastien Villemot
Browse files

Fix bug on the format of the output.

parent a44b574d
No related branches found
No related tags found
1 merge request!2323Make compatible the outputs of the online particle filter with the Dynare...
......@@ -61,7 +61,7 @@ if issmc(options_)
draws = transpose(posterior.param(column,:));
end
else
draws = NaN;
draws=NaN(size(posterior.param,2),1);
end
elseif isdime(options_)
posterior = load(sprintf('%s%s%s%schains.mat', dname, filesep(), 'dime', filesep()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment