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

Treat the case where column=0 for the online sampler.

parent 5b5e25a5
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ if issmc(options_)
draws = transpose(posterior.param(column,:));
end
else
% draws = posterior.tlogpostkernel;
draws = NaN;
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