Mercurial > pylearn
changeset 113:b6bc1e769b36
Automated merge with ssh://p-omega1@lgcm.iro.umontreal.ca/tlearn
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Wed, 07 May 2008 12:12:48 -0400 |
parents | 88257dfedf8c (current diff) 5bfcb7e5df4a (diff) |
children | d6d42a0c1275 |
files | |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test_dataset.py Wed May 07 09:16:04 2008 -0400 +++ b/test_dataset.py Wed May 07 12:12:48 2008 -0400 @@ -320,6 +320,11 @@ # - 'fieldtypes': a list of types (one per field) #* ds1 | ds2 | ds3 == ds.hstack([ds1,ds2,ds3])#???? +# i=0 +# for example in hstack([ds('x'),ds('y'),ds('z')]): +# example==ds[i] +# i+=1 +# del i,example #* ds1 & ds2 & ds3 == ds.vstack([ds1,ds2,ds3])#????