# HG changeset patch # User Frederic Bastien # Date 1210191426 14400 # Node ID d3c72e412065a4516d8f2320d28f3b7376cee9de # Parent 9330d941fa1f2e25e06df6b84b59c5290a629ffd removed datat that should not be commited diff -r 9330d941fa1f -r d3c72e412065 test_dataset.py --- a/test_dataset.py Wed May 07 13:07:33 2008 -0400 +++ b/test_dataset.py Wed May 07 16:17:06 2008 -0400 @@ -320,11 +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 + 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])#???? @@ -401,11 +401,7 @@ print "test_ArrayFieldsDataSet" raise NotImplementedError() -import pmat - -load_pmat_as_array_dataset("tmp.pmat") - test1() test_LookupList() test_ArrayDataSet() - +#test pmat.py