Debian Automated Code Analysis

pyflakes analysis of python-mlpy_2.2.0~dfsg1-2_all.deb

./usr/share/pyshared/mlpy/_kmedoids.py:26: 'mlpy' imported but unused
./usr/share/pyshared/mlpy/_ranking.py:23: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_dtw.py:19: 'np' imported but unused
./usr/share/pyshared/mlpy/_dlda.py:26: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_srda.py:26: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_svm.py:30: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_extend.py:24: 'math' imported but unused
./usr/share/pyshared/mlpy/_resampling.py:292: local variable 'nsamples' is assigned to but never used
./usr/share/pyshared/mlpy/_cwt.py:24: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_dwtfs.py:27: 'math' imported but unused
./usr/share/pyshared/mlpy/_dwtfs.py:28: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_knn.py:23: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_data.py:22: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_hcluster.py:18: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_fda.py:27: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_fda.py:29: 'rnd' imported but unused
./usr/share/pyshared/mlpy/_fda.py:155: local variable 'G' is assigned to but never used
./usr/share/pyshared/mlpy/__init__.py:11: '__version__' imported but unused
./usr/share/pyshared/mlpy/__init__.py:13: 'from _svm import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:14: 'from _irelief import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:15: 'from _ranking import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:16: 'from _fda import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:17: 'from _canberra import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:18: 'from _data import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:19: 'from _ci import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:20: 'from _resampling import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:21: 'from _srda import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:22: 'from _bmetrics import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:23: 'from _knn import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:24: 'from _borda import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:25: 'from _dwtfs import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:26: 'from _pda import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:27: 'from _dlda import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:28: 'from _hcluster import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:29: 'from _dwt import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:30: 'from _uwt import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:31: 'from _cwt import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:32: 'from gslpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:33: 'from peaksd import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:34: 'from misc import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:35: 'from _imputing import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:36: 'from _extend import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:37: 'from _dtw import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:38: 'from _kmedoids import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:39: 'from _fssun import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:40: 'from _kmeans import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:41: 'from _ridgeregression import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:42: 'from _lars import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:43: 'from _kernel import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/__init__.py:44: 'from _spectralreg import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_canberra.py:23: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_lars.py:367: local variable 'ms' is assigned to but never used
./usr/share/pyshared/mlpy/_kmeans.py:25: 'np' imported but unused
./usr/share/pyshared/mlpy/_irelief.py:27: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_ci.py:22: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_ridgeregression.py:170: local variable 'p' is assigned to but never used
./usr/share/pyshared/mlpy/_bmetrics.py:25: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_pda.py:23: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_borda.py:21: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/mlpy/_borda.py:123: local variable 'ext' is assigned to but never used
./usr/share/pyshared/mlpy/_borda.py:137: local variable 'invpos' is assigned to but never used
./usr/share/pyshared/mlpy/_borda.py:145: 'from numpy import *' used; unable to detect undefined names

This report was generated on Sun, 02 Jan 2011 05:31:46 +0000, based on results by pyflakes 0.4.0-1