Mercurial > pylearn
changeset 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 | 9b57ea8c767f |
children | 3c96d23b36ac |
files | stopper.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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: