Skip to content
Snippets Groups Projects
Commit 8a43d2df authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed bug introduced in commit bb18c938.

(cherry picked from commit 78a015a7)
parent cd5ea952
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment