Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in constructor for DataSet class within learning.py #6

Closed
GoogleCodeExporter opened this issue Aug 22, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

Examples are checked via: map(self.check_example, self.examples). 
self.check_example makes reference to self.attrs and self.attrnames, both
of which have not been initialized prior to making the map call.

Moving the map call to the end of the constructor fixes the problem.  

Original issue reported on code.google.com by dls8...@gmail.com on 6 Dec 2007 at 1:52

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r72.

Original comment by wit...@gmail.com on 15 Sep 2011 at 3:26

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant