Menu

#11 Use of undefined variable in container/labels.py

open
nobody
None
5
2009-07-05
2009-07-05
monade
No

The variable "labels" in these lines (l.251 in my version 0.7.2) in container/labels.py:
if type(classLabels[0]) == type(1) :
classLabels = [labels.classLabels[label] for label in classLabels]
is not defined. Should it be "self" instead?

Discussion


Log in to post a comment.