Mercurial > pylearn
diff learner.py @ 143:b7ca3545186b
added missing raise
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Mon, 12 May 2008 15:08:09 -0400 |
parents | 3f4e5c9bdc5e |
children | ceae4de18981 |
line wrap: on
line diff
--- a/learner.py Mon May 12 14:15:16 2008 -0400 +++ b/learner.py Mon May 12 15:08:09 2008 -0400 @@ -118,6 +118,8 @@ The function returned makes use of the self.useInputAttributes() and sets the attributes specified by self.useOutputAttributes(). """ + raise AbstractFunction() + def attributeNames(self): """ A Learner may have attributes that it wishes to export to other objects. To automate