diff stopper.py @ 213:cc96f93a7810

previous commit was supposed to concern only one file, dataset.py, try to undo my other changes with this commit (nothing was broken though, just useless debugging prints)
author Thierry Bertin-Mahieux <bertinmt@iro.umontreal.ca>
date Wed, 21 May 2008 17:43:56 -0400
parents bd728c83faff
children 40c8a46b3da7
line wrap: on
line diff
--- a/stopper.py	Wed May 21 17:42:20 2008 -0400
+++ b/stopper.py	Wed May 21 17:43:56 2008 -0400
@@ -76,7 +76,7 @@
     E_set_score = 'when iter.set_score is True, caller must assign a score to iter.score'
     def next(self):
 
-        print 'ICML08 stopper, were doing a next'
+        #print 'ICML08 stopper, were doing a next'
 
         if self.set_score: #left over from last time
             if self.score is None: