Merge branch 'em_fix' into fitc

This commit is contained in:
Ricardo Andrade 2013-03-27 14:56:11 +00:00
commit 942e00d9a9

View file

@ -467,3 +467,5 @@ class model(parameterised):
if ll_change < epsilon:
stop = True
iteration += 1
if stop:
print "%s iterations." %iteration