Mercurial > pylearn
changeset 237:584ad7c55876
Automated merge with ssh://projects@lgcm.iro.umontreal.ca/hg/pylearn
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Wed, 28 May 2008 14:16:32 -0400 |
parents | a70f2c973ea5 (diff) 6aff510792dd (current diff) |
children | ae1d85aca858 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dataset.py Wed May 28 14:16:28 2008 -0400 +++ b/dataset.py Wed May 28 14:16:32 2008 -0400 @@ -987,7 +987,7 @@ for fieldname, fieldcolumns in self.fields_columns.items(): if type(fieldcolumns) is int: assert fieldcolumns>=0 and fieldcolumns<data_array.shape[1] - if 0: + if 1: #I changed this because it didn't make sense to me, # and it made it more difficult to write my learner. # If it breaks stuff, let's talk about it.