Fixed bug introduced in commit bb18c9386d.

time-shift
Stéphane Adjemian (Scylla) 2014-03-01 17:13:49 +01:00
parent 9e332ef305
commit 78a015a7d2
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ LastFileNumber = PastDraws(2);
LastLineNumber = record.MhDraws(end,3);
NumberOfDraws = PastDraws(1);
if LastLineNumber<=2000
if NumberOfDraws<=2000
warning(['estimation:: MCMC convergence diagnostics are not computed because the total number of iterations is less than 2000!'])
return
end