Mercurial > pylearn
diff test_dataset.py @ 112:5bfcb7e5df4a
...
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Wed, 07 May 2008 12:12:43 -0400 |
parents | cf9bdb1d9656 |
children | 9330d941fa1f |
line wrap: on
line diff
--- a/test_dataset.py Tue May 06 16:41:45 2008 -0400 +++ b/test_dataset.py Wed May 07 12:12:43 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])#????