# HG changeset patch # User Frederic Bastien # Date 1210176768 14400 # Node ID b6bc1e769b36d2e6a2cf7f73c69fbc870a794b1f # Parent 88257dfedf8cc756a7e95b904f1c632abd76722e# Parent 5bfcb7e5df4ab9f15f5a7b458ae3808aca56f671 Automated merge with ssh://p-omega1@lgcm.iro.umontreal.ca/tlearn diff -r 88257dfedf8c -r b6bc1e769b36 test_dataset.py --- 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])#????