# HG changeset patch # User Thierry Bertin-Mahieux # Date 1211406236 14400 # Node ID cc96f93a7810405a4c496b550f73f57d102e693a # Parent 9b57ea8c767f7030c455866573d7e02a3d6e9f3b 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) diff -r 9b57ea8c767f -r cc96f93a7810 stopper.py --- 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: