changeset 177:69759976b3ac

s/Output/Input
author James Bergstra <bergstrj@iro.umontreal.ca>
date Tue, 13 May 2008 15:11:47 -0400
parents fb4837eed1a6
children 4090779e39a9
files learner.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/learner.py	Tue May 13 14:28:47 2008 -0400
+++ b/learner.py	Tue May 13 15:11:47 2008 -0400
@@ -278,7 +278,7 @@
 
     def __init__(self):
         TLearner.__init__(self)
-        self.update_minibatch_function = compile.function(self.names2OpResults(self.updateMinibatchOutputAttributes()+
+        self.update_minibatch_function = compile.function(self.names2OpResults(self.updateMinibatchInputAttributes()+
                                                                                self.updateMinibatchInputFields()),
                                                           self.names2OpResults(self.updateMinibatchOutputAttributes()))
         self.update_end_function = compile.function(self.names2OpResults(self.updateEndInputAttributes()),