Debian Automated Code Analysis

pyflakes analysis of python-mdp_2.6-1_all.deb

./usr/share/pyshared/mdp/__init__.py:100: 'numx' imported but unused
./usr/share/pyshared/mdp/__init__.py:101: 'numx_rand' imported but unused
./usr/share/pyshared/mdp/__init__.py:102: 'numx_linalg' imported but unused
./usr/share/pyshared/mdp/__init__.py:103: 'numx_fft' imported but unused
./usr/share/pyshared/mdp/__init__.py:136: 'NodeMetaclass' imported but unused
./usr/share/pyshared/mdp/__init__.py:141: 'fastica' imported but unused
./usr/share/pyshared/mdp/__init__.py:144: 'ExtensionException' imported but unused
./usr/share/pyshared/mdp/__init__.py:144: 'get_active_extensions' imported but unused
./usr/share/pyshared/mdp/__init__.py:152: 'ClassifierCumulator' imported but unused
./usr/share/pyshared/mdp/__init__.py:218: undefined name 'signal_node'
./usr/share/pyshared/mdp/__init__.py:219: undefined name 'linear_flows'
./usr/share/pyshared/mdp/__init__.py:220: undefined name 'extension'
./usr/share/pyshared/mdp/__init__.py:221: undefined name 'classifier_node'
./usr/share/pyshared/mdp/classifier_node.py:84: undefined name 'mdp'
./usr/share/pyshared/mdp/test/testing_tools.py:3: 'time' imported but unused
./usr/share/pyshared/mdp/test/test_nodes.py:16: 'numx_linalg' imported but unused
./usr/share/pyshared/mdp/test/test_nodes.py:278: local variable 'out' is assigned to but never used
./usr/share/pyshared/mdp/test/test_nodes.py:508: local variable 'dt' is assigned to but never used
./usr/share/pyshared/mdp/test/test_nodes.py:724: local variable 'out' is assigned to but never used
./usr/share/pyshared/mdp/test/test_nodes.py:996: local variable 'out' is assigned to but never used
./usr/share/pyshared/mdp/test/test_nodes.py:1006: local variable 'des_mat' is assigned to but never used
./usr/share/pyshared/mdp/test/test_nodes.py:1292: local variable 'dummy' is assigned to but never used
./usr/share/pyshared/mdp/test/test_nodes.py:1821: local variable 'err' is assigned to but never used
./usr/share/pyshared/mdp/test/test_utils.py:9: 'pickle' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:10: 'os' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:11: 'tempfile' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:12: 'platform' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:15: 'assert_equal' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:15: 'assert_array_equal' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:15: 'assert_array_almost_equal_diff' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:254: local variable 'q' is assigned to but never used
./usr/share/pyshared/mdp/test/test_parallelflows.py:8: 'testing_tools' imported but unused
./usr/share/pyshared/mdp/test/test_flows.py:15: 'assert_almost_equal' imported but unused
./usr/share/pyshared/mdp/test/test_flows.py:15: 'assert_array_almost_equal' imported but unused
./usr/share/pyshared/mdp/test/test_flows.py:239: local variable 'nottobepopped' is assigned to but never used
./usr/share/pyshared/mdp/test/test_contrib.py:11: 'from test_nodes import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_contrib.py:15: 'itertools' imported but unused
./usr/share/pyshared/mdp/test/test_contrib.py:144: local variable 'e' is assigned to but never used
./usr/share/pyshared/mdp/test/test_contrib.py:329: local variable 'dist' is assigned to but never used
./usr/share/pyshared/mdp/test/test_contrib.py:330: local variable 'width' is assigned to but never used
./usr/share/pyshared/mdp/test/test_contrib.py:331: local variable 'C' is assigned to but never used
./usr/share/pyshared/mdp/test/test_contrib.py:332: local variable 'epsilon' is assigned to but never used
./usr/share/pyshared/mdp/test/test_contrib.py:445: local variable 'dist' is assigned to but never used
./usr/share/pyshared/mdp/test/test_contrib.py:446: local variable 'width' is assigned to but never used
./usr/share/pyshared/mdp/test/test_contrib.py:447: local variable 'C' is assigned to but never used
./usr/share/pyshared/mdp/test/test_contrib.py:448: local variable 'epsilon' is assigned to but ./usr/share/pyshared/mdp/parallel/parallelnodes.py:231: invalid syntax
    
     ^
./usr/share/pyshared/mdp/parallel/parallelhinet.py:67: invalid syntax
        
         ^
./usr/share/pyshared/mdp/parallel/pp_slave_wrapper.py:38: invalid syntax
    
     ^
never used
./usr/share/pyshared/mdp/test/benchmark_mdp.py:5: 'symeig' imported but unused
./usr/share/pyshared/mdp/test/benchmark_mdp.py:20: local variable 'out' is assigned to but never used
./usr/share/pyshared/mdp/test/benchmark_mdp.py:28: local variable 'out' is assigned to but never used
./usr/share/pyshared/mdp/test/benchmark_mdp.py:36: local variable 'out' is assigned to but never used
./usr/share/pyshared/mdp/test/benchmark_mdp.py:44: local variable 'out' is assigned to but never used
./usr/share/pyshared/mdp/test/benchmark_mdp.py:53: local variable 'out' is assigned to but never used
./usr/share/pyshared/mdp/test/benchmark_mdp.py:62: local variable 'out' is assigned to but never used
./usr/share/pyshared/mdp/test/test_classifier.py:19: 'weighted_choice' imported but unused
./usr/share/pyshared/mdp/test/test_hinet.py:11: 'from test_nodes import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_hinet.py:46: local variable 'e' is assigned to but never used
./usr/share/pyshared/mdp/test/test_graph.py:42: local variable 'nds' is assigned to but never used
./usr/share/pyshared/mdp/test/test_graph.py:49: local variable 'eds' is assigned to but never used
./usr/share/pyshared/mdp/demo/demo_bayes_guesser.py:12: 'subprocess' imported but unused
./usr/share/pyshared/mdp/demo/demo_bayes_guesser.py:21: 'weighted_choice' imported but unused
./usr/share/pyshared/mdp/demo/demo_bayes_guesser.py:159: redefinition of unused 'string' from line 14
./usr/share/pyshared/mdp/demo/demo.py:322: undefined name 'generate_some_data'
./usr/share/pyshared/mdp/demo/demo.py:345: redefinition of function 'gen_data' from line 277
./usr/share/pyshared/mdp/hinet/__init__.py:32: 'Rectangular2dSwitchboard' imported but unused
./usr/share/pyshared/mdp/hinet/__init__.py:32: 'ChannelSwitchboard' imported but unused
./usr/share/pyshared/mdp/hinet/__init__.py:32: 'MeanInverseSwitchboard' imported but unused
./usr/share/pyshared/mdp/hinet/__init__.py:43: 'FactoryDoubleRect2dSwitchboard' imported but unused
./usr/share/pyshared/mdp/hinet/__init__.py:43: 'FactoryRectangular2dSwitchboard' imported but unused
./usr/share/pyshared/mdp/hinet/__init__.py:43: 'FactoryExtensionChannelSwitchboard' imported but unused
./usr/share/pyshared/mdp/hinet/__init__.py:43: 'FactoryDoubleRhomb2dSwitchboard' imported but unused
./usr/share/pyshared/mdp/hinet/__init__.py:49: undefined name 'flownode'
./usr/share/pyshared/mdp/hinet/__init__.py:50: undefined name 'layer'
./usr/share/pyshared/mdp/hinet/__init__.py:51: undefined name 'switchboard'
./usr/share/pyshared/mdp/hinet/__init__.py:52: undefined name 'hinet_translator'
./usr/share/pyshared/mdp/hinet/__init__.py:53: undefined name 'switchboard_factory'
./usr/share/pyshared/mdp/parallel/__init__.py:20: 'cpu_count' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:20: 'MDPVersionCallable' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:27: 'ParallelPCANode' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:42: 'pp' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:43: 'pp_support' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:47: undefined name 'scheduling'
./usr/share/pyshared/mdp/parallel/__init__.py:48: undefined name 'process_schedule'
./usr/share/pyshared/mdp/parallel/__init__.py:49: undefined name 'thread_schedule'
./usr/share/pyshared/mdp/parallel/__init__.py:50: undefined name 'parallelnodes'
./usr/share/pyshared/mdp/parallel/__init__.py:51: undefined name 'parallelflows'
./usr/share/pyshared/mdp/parallel/__init__.py:52: undefined name 'parallelhinet'
./usr/share/pyshared/mdp/nodes/expansion_nodes.py:2: 'utils' imported but unused
./usr/share/pyshared/mdp/nodes/expansion_nodes.py:2: 'numx_linalg' imported but unused
./usr/share/pyshared/mdp/nodes/expansion_nodes.py:3: 'mult' imported but unused
./usr/share/pyshared/mdp/nodes/ica_nodes.py:200: local variable 'telescope' is assigned to but never used
./usr/share/pyshared/mdp/nodes/ica_nodes.py:426: local variable 'comp' is assigned to but never used
./usr/share/pyshared/mdp/nodes/ica_nodes.py:542: local variable 'QoldF' is assigned to but never used
./usr/share/pyshared/mdp/nodes/neural_gas_nodes.py:182: local variable 'node1' is assigned to but never used
./usr/share/pyshared/mdp/nodes/neural_gas_nodes.py:184: local variable 'node2' is assigned to but never used
./usr/share/pyshared/mdp/nodes/__init__.py:3: 'TDSEPNode' imported but unused
./usr/share/pyshared/mdp/nodes/__init__.py:5: 'GrowingNeuralGasExpansionNode' imported but unused
./usr/share/pyshared/mdp/nodes/__init__.py:26: 'from mdp.contrib import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/nodes/__init__.py:29: undefined name 'expansion_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:30: undefined name 'pca_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:31: undefined name 'sfa_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:32: undefined name 'ica_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:33: undefined name 'neural_gas_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:34: undefined name 'fda_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:35: undefined name 'em_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:36: undefined name 'misc_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:37: undefined name 'isfa_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:38: undefined name 'rbm_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:39: undefined name 'regression_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:40: undefined name 'classifier_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:42: redefinition of unused 'mdp' from line 25
./usr/share/pyshared/mdp/nodes/classifier_nodes.py:4: 'operator' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:1: 'cov_maxima' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:1: '_symeig_fake' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:7: 'get_node_size_str' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:13: 'show_image_slideshow' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:13: 'BASIC_STYLE' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:41: redefinition of unused 'SymeigException' from line 1
./usr/share/pyshared/mdp/utils/__init__.py:44: undefined name 'routines'
./usr/share/pyshared/mdp/utils/__init__.py:93: undefined name 'routines'
./usr/share/pyshared/mdp/utils/__init__.py:94: undefined name 'introspection'
./usr/share/pyshared/mdp/utils/__init__.py:95: undefined name 'quad_forms'
./usr/share/pyshared/mdp/utils/__init__.py:96: undefined name 'covariance'
./usr/share/pyshared/mdp/utils/__init__.py:97: undefined name 'progress_bar'
./usr/share/pyshared/mdp/utils/__init__.py:98: undefined name 'slideshow'
./usr/share/pyshared/mdp/utils/__init__.py:99: undefined name 'repo_revision'
./usr/share/pyshared/mdp/utils/routines.py:410: redefinition of unused 'product' from line 408
./usr/share/pyshared/mdp/contrib/shogun_svm_classifier.py:2: 'numx' imported but unused
./usr/share/pyshared/mdp/contrib/lle_nodes.py:417: local variable 'd_in' is assigned to but never used
./usr/share/pyshared/mdp/contrib/svm_classifiers.py:3: 'numx' imported but unused
./usr/share/pyshared/mdp/contrib/jade.py:172: local variable 'Vkeep' is assigned to but never used
./usr/share/pyshared/mdp/contrib/__init__.py:9: 'ShogunSVMClassifier' imported but unused
./usr/share/pyshared/mdp/contrib/__init__.py:11: undefined name 'shogun_svm_classifier'
./usr/share/pyshared/mdp/contrib/__init__.py:16: 'LibSVMClassifier' imported but unused
./usr/share/pyshared/mdp/contrib/__init__.py:18: undefined name 'libsvm_classifier'
./usr/share/pyshared/mdp/contrib/__init__.py:22: undefined name 'jade'
./usr/share/pyshared/mdp/contrib/__init__.py:23: undefined name 'nipals'
./usr/share/pyshared/mdp/contrib/__init__.py:24: undefined name 'lle_nodes'
./usr/share/pyshared/mdp/contrib/__init__.py:25: undefined name 'xsfa_nodes'
./usr/share/pyshared/mdp/graph/__init__.py:5: undefined name 'graph'
./usr/share/pyshared/mdp/graph/graph.py:150: undefined name 'node_id'
./usr/share/pyshared/bimdp/__init_./usr/share/pyshared/bimdp/binode.py:568: invalid syntax
        
         ^
_.py:79: 'BiNode' imported but unused
./usr/share/pyshared/bimdp/__init__.py:79: 'MSG_ID_SEP' imported but unused
./usr/share/pyshared/bimdp/__init__.py:79: 'BiNodeException' imported but unused
./usr/share/pyshared/bimdp/__init__.py:80: 'BiClassifier' imported but unused
./usr/share/pyshared/bimdp/__init__.py:81: 'MessageResultContainer' imported but unused
./usr/share/pyshared/bimdp/__init__.py:81: 'BiCheckpointFlow' imported but unused
./usr/share/pyshared/bimdp/__init__.py:81: 'BiFlowException' imported but unused
./usr/share/pyshared/bimdp/__init__.py:81: 'BiFlow' imported but unused
./usr/share/pyshared/bimdp/__init__.py:81: 'EXIT_TARGET' imported but unused
./usr/share/pyshared/bimdp/__init__.py:86: 'from inspection import *' used; unable to detect undefined names
./usr/share/pyshared/bimdp/__init__.py:88: 'nodes' imported but unused
./usr/share/pyshared/bimdp/__init__.py:89: 'hinet' imported but unused
./usr/share/pyshared/bimdp/__init__.py:90: 'parallel' imported but unused
./usr/share/pyshared/bimdp/__init__.py:91: 'test' imported but unused
./usr/share/pyshared/bimdp/__init__.py:93: undefined name 'binode'
./usr/share/pyshared/bimdp/__init__.py:94: undefined name 'biflow'
./usr/share/pyshared/bimdp/__init__.py:95: undefined name 'inspection'
./usr/share/pyshared/bimdp/test/__init__.py:3: 'sys' imported but unused
./usr/share/pyshared/bimdp/test/__init__.py:3: 'os' imported but unused
./usr/share/pyshared/bimdp/test/test_binode.py:331: local variable 'x' is assigned to but never used
./usr/share/pyshared/bimdp/hinet/__init__.py:2: 'BiFlowNode' imported but unused
./usr/share/pyshared/bimdp/hinet/__init__.py:3: 'CloneBiLayerException' imported but unused
./usr/share/pyshared/bimdp/hinet/__init__.py:3: 'CloneBiLayer' imported but unused
./usr/share/pyshared/bimdp/hinet/__init__.py:4: 'from biswitchboard import *' used; unable to detect undefined names
./usr/share/pyshared/bimdp/hinet/__init__.py:6: undefined name 'biflownode'
./usr/share/pyshared/bimdp/hinet/__init__.py:7: undefined name 'bilayer'
./usr/share/pyshared/bimdp/hinet/__init__.py:8: undefined name 'biswitchboard'
./usr/share/pyshared/bimdp/parallel/__init__.py:2: 'ParallelExtensionBiNode' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:3: 'ParallelBiFlowException' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:3: 'BiFlowTrainTaskException' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:3: 'ParallelCheckpointBiFlow' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:3: 'BiFlowTrainResultContainer' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:3: 'ParallelBiFlow' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:3: 'OrderedBiExecuteResultContainer' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:3: 'BiFlowExecuteTaskException' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:3: 'BiFlowTrainCallable' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:3: 'BiFlowExecuteCallable' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:7: 'ParallelBiFlowNode' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:7: 'ParallelCloneBiLayer' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:7: 'BiLearningPhaseNotParallelException' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:10: undefined name 'parallelbinode'
./usr/share/pyshared/bimdp/parallel/__init__.py:11: undefined name 'parallelbiflow'
./usr/share/pyshared/bimdp/parallel/__init__.py:12: undefined name 'parallelbihinet'
./usr/share/pyshared/bimdp/nodes/__init__.py:3: 'from autogen_binodes import *' used; unable to detect undefined names
./usr/share/pyshared/bimdp/nodes/__init__.py:4: 'from autogen_biclassifiers import *' used; unable to detect undefined names
./usr/share/pyshared/bimdp/nodes/__init__.py:5: undefined name 'autogen_binodes'
./usr/share/pyshared/bimdp/nodes/__init__.py:6: undefined name 'autogen_biclassifiers'
./usr/share/pyshared/bimdp/nodes/__init__.py:10: 'SenderBiNode' imported but unused
./usr/share/pyshared/bimdp/nodes/__init__.py:10: 'IdentityBiNode' imported but unused
./usr/share/pyshared/bimdp/nodes/__init__.py:12: undefined name 'miscnodes'
./usr/share/pyshared/bimdp/inspection/__init__.py:14: 'BIHINET_STYLE' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:14: 'BiHTMLTranslator' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:15: 'prepare_training_inspection' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:15: 'remove_inspection_residues' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:15: 'TraceHTMLInspector' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:15: 'BINODE_TRACE_METHOD_NAMES' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:15: 'TraceDebugException' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:15: 'TraceHTMLTranslator' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:15: 'NODE_TRACE_METHOD_NAMES' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:15: 'INSPECT_TRACE_STYLE' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:15: '_trace_biflow_training' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:21: 'TrainHTMLSlideShow' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:21: 'ExecuteHTMLSlideShow' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:21: 'SectExecuteHTMLSlideShow' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:24: 'SLIDE_CSS_FILENAME' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:24: 'inspect_training' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:24: 'INSPECTION_STYLE' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:24: 'show_training' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:24: 'show_execution' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:24: 'inspect_execution' imported but unused
./usr/share/pyshared/bimdp/inspection/__init__.py:29: undefined name 'bihinet_translator'
./usr/share/pyshared/bimdp/inspection/__init__.py:30: undefined name 'trace_inspection'
./usr/share/pyshared/bimdp/inspection/__init__.py:31: undefined name 'trace_slideshow'
./usr/share/pyshared/bimdp/inspection/__init__.py:32: undefined name 'facade'

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