diff test_dataset.py @ 76:ccd6ae89a7c4

merge
author bengioy@bengiomac.local
date Sat, 03 May 2008 22:00:37 -0400
parents b4159cbdc06b
children 158653a9bc7c
line wrap: on
line diff
--- a/test_dataset.py	Sat May 03 21:59:26 2008 -0400
+++ b/test_dataset.py	Sat May 03 22:00:37 2008 -0400
@@ -109,6 +109,6 @@
     #* ds1 | ds2 | ds3 == ds.hstack([ds1,ds2,ds3])
     #* ds1 & ds2 & ds3 == ds.vstack([ds1,ds2,ds3])
 
-
+test1()
 test_ArrayDataSet()