Skip to content
Snippets Groups Projects
Commit d4260838 authored by Frédéric Karamé's avatar Frédéric Karamé
Browse files

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

parent c234e1c0
No related branches found
No related tags found
No related merge requests found
Pipeline #10980 failed
......@@ -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