diff _test_dataset.py @ 19:57f4015e2e09

Iterators extend LookupList
author bergstrj@iro.umontreal.ca
date Thu, 27 Mar 2008 01:59:44 -0400
parents 759d17112b23
children fdf0abc490f7
line wrap: on
line diff
--- a/_test_dataset.py	Thu Mar 27 00:19:16 2008 -0400
+++ b/_test_dataset.py	Thu Mar 27 01:59:44 2008 -0400
@@ -73,7 +73,7 @@
 
         for i, x in enumerate(a.minibatches(["x"], minibatch_size=3, n_batches=6)):
             self.failUnless(numpy.all( x == arr2[i*3:i*3+3,0:2]))
-        
+    
 if __name__ == '__main__':
     unittest.main()