comparison test_dataset.py @ 74:b4159cbdc06b

Fixed errors raised by test_dataset
author Yoshua Bengio <bengioy@iro.umontreal.ca>
date Sat, 03 May 2008 14:41:02 -0400
parents dde1fb1b63ba
children 158653a9bc7c
comparison
equal deleted inserted replaced
73:69f97aad3faf 74:b4159cbdc06b
107 # - 'description': a textual description or name for the ds 107 # - 'description': a textual description or name for the ds
108 # - 'fieldtypes': a list of types (one per field) 108 # - 'fieldtypes': a list of types (one per field)
109 #* ds1 | ds2 | ds3 == ds.hstack([ds1,ds2,ds3]) 109 #* ds1 | ds2 | ds3 == ds.hstack([ds1,ds2,ds3])
110 #* ds1 & ds2 & ds3 == ds.vstack([ds1,ds2,ds3]) 110 #* ds1 & ds2 & ds3 == ds.vstack([ds1,ds2,ds3])
111 111
112 112 test1()
113 test_ArrayDataSet() 113 test_ArrayDataSet()
114 114