changeset 335:89d88807e958

sorry for all the debugging, this push should be the good one (and damn you *self*)
author Thierry Bertin-Mahieux <bertinmt@iro.umontreal.ca>
date Mon, 16 Jun 2008 16:59:35 -0400
parents a0f150a33b0f
children 0ce6e62ac6e5 5e38ed2b3a75
files dataset.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dataset.py	Mon Jun 16 16:52:39 2008 -0400
+++ b/dataset.py	Mon Jun 16 16:59:35 2008 -0400
@@ -388,7 +388,7 @@
         assert offset >= 0
         assert offset < len(self)
         assert offset + minibatch_size -1 < len(self)
-        return minibatch_nowrap(fieldnames,minibatch_size,n_batches,offset)
+        return self.minibatches_nowrap(fieldnames,minibatch_size,n_batches,offset)
 
     def minibatches_nowrap(self,fieldnames,minibatch_size,n_batches,offset):
         """