diff --git a/matlab/estimation/GetAllPosteriorDraws.m b/matlab/estimation/GetAllPosteriorDraws.m index b2c591f58ab07b42113971109f66a8fe529066eb..11c3e2599357beadef3606bd2dee3d77e04b4e4e 100644 --- a/matlab/estimation/GetAllPosteriorDraws.m +++ b/matlab/estimation/GetAllPosteriorDraws.m @@ -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()));