diff test_dataset.py @ 65:d48eba49a2f4

fixed the infinite loop
author Yoshua Bengio <bengioy@iro.umontreal.ca>
date Fri, 02 May 2008 11:10:20 -0400
parents 863da25a60f1
children dde1fb1b63ba
line wrap: on
line diff
--- a/test_dataset.py	Fri May 02 11:01:28 2008 -0400
+++ b/test_dataset.py	Fri May 02 11:10:20 2008 -0400
@@ -116,7 +116,7 @@
     #* ds1 & ds2 & ds3 == ds.vstack([ds1,ds2,ds3])
 
 
-test2()
+#test2()
 
-#test_ArrayDataSet()
+test_ArrayDataSet()