# HG changeset patch # User Thierry Bertin-Mahieux # Date 1213649975 14400 # Node ID 89d88807e958997cf64d30b75b46077197bc64f9 # Parent a0f150a33b0fe5689151789baf83751a1fa1c7ac sorry for all the debugging, this push should be the good one (and damn you *self*) diff -r a0f150a33b0f -r 89d88807e958 dataset.py --- 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): """