Mercurial > pylearn
changeset 141:f5f235bebee4
...
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Mon, 12 May 2008 14:13:39 -0400 |
parents | 488ad6398b12 |
children | ad144fa72bf5 |
files | dataset.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dataset.py Mon May 12 14:13:19 2008 -0400 +++ b/dataset.py Mon May 12 14:13:39 2008 -0400 @@ -769,7 +769,6 @@ for iter in self.iterators: l.append_lookuplist(iter.next()) return l - return reduce(LookupList.__add__,[iterator.next() for iterator in self.iterators]) assert self.hasFields(*fieldnames) # find out which underlying datasets are necessary to service the required fields