Debian Automated Code Analysis

pyflakes analysis of python-mdp_3.0+git8-g921253a-1_all.deb

./usr/share/pyshared/mdp/linear_flows.py:9: redefinition of unused '_warnings' from line 6
./usr/share/pyshared/mdp/__init__.py:137: 'InconsistentDimException' imported but unused
./usr/share/pyshared/mdp/__init__.py:144: 'NodeMetaclass' imported but unused
./usr/share/pyshared/mdp/__init__.py:144: 'PreserveDimNode' imported but unused
./usr/share/pyshared/mdp/__init__.py:154: 'ExtensionException' imported but unused
./usr/share/pyshared/mdp/__init__.py:154: 'extension' imported but unused
./usr/share/pyshared/mdp/__init__.py:154: 'get_active_extensions' imported but unused
./usr/share/pyshared/mdp/__init__.py:169: 'test' imported but unused
./usr/share/pyshared/mdp/__init__.py:172: undefined name 'signal_node'
./usr/share/pyshared/mdp/__init__.py:173: undefined name 'linear_flows'
./usr/share/pyshared/mdp/__init__.py:174: undefined name 'classifier_node'
./usr/share/pyshared/mdp/__init__.py:175: undefined name 'helper_funcs'
./usr/share/pyshared/mdp/__init__.py:218: 'caching' imported but unused
./usr/share/pyshared/mdp/classifier_node.py:112: undefined name 'mdp'
./usr/share/pyshared/mdp/configuration.py:150: redefinition of unused 'numx' from line 134
./usr/share/pyshared/mdp/configuration.py:151: redefinition of unused 'numx_linalg' from line 135
./usr/share/pyshared/mdp/configuration.py:151: redefinition of unused 'numx_fft' from line 135
./usr/share/pyshared/mdp/configuration.py:151: redefinition of unused 'numx_rand' from line 135
./usr/share/pyshared/mdp/configuration.py:185: redefinition of unused 'symeig' from line 180
./usr/share/pyshared/mdp/configuration.py:237: 'shogun' imported but unused
./usr/share/pyshared/mdp/configuration.py:238: 'sgFeatures' imported but unused
./usr/share/pyshared/mdp/test/test_SFANode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_SFANode.py:41: local variable 'node' is assigned to but never used
./usr/share/pyshared/mdp/test/test_SFANode.py:42: local variable 'x' is assigned to but never used
./usr/share/pyshared/mdp/test/test_NearestMeanClassifier.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_KNNClassifier.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_node_covariance.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_node_covariance.py:69: local variable 'dt' is assigned to but never used
./usr/share/pyshared/mdp/test/test_svm_classifier.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_svm_classifier.py:87: local variable 'dist' is assigned to but never used
./usr/share/pyshared/mdp/test/test_svm_classifier.py:88: local variable 'width' is assigned to but never used
./usr/share/pyshared/mdp/test/test_svm_classifier.py:89: local variable 'C' is assigned to but never used
./usr/share/pyshared/mdp/test/test_svm_classifier.py:90: local variable 'epsilon' is assigned to but never used
./usr/share/pyshared/mdp/test/test_svm_classifier.py:226: local variable 'dist' is assigned to but never used
./usr/share/pyshared/mdp/test/test_svm_classifier.py:227: local variable 'width' is assigned to but never used
./usr/share/pyshared/mdp/test/test_PolynomialExpansionNode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_WhiteningNode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_ISFANode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_caching.py:3: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_namespace_fixups.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_PreseverDimNode.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_HitParadeNode.py:2: 'from _tools import *' used; unable to detect undefined names
./usr./usr/share/pyshared/mdp/test/test_VariadicCumulator.py:33: invalid syntax
    
     ^
/share/pyshared/mdp/test/test_RBM.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_RBM.py:142: local variable 'err' is assigned to but never used
./usr/share/pyshared/mdp/test/test_Convolution2DNode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_Convolution2DNode.py:120: local variable 'filters' is assigned to but never used
./usr/share/pyshared/mdp/test/test_Convolution2DNode.py:130: local variable 'x' is assigned to but never used
./usr/share/pyshared/mdp/test/test_Convolution2DNode.py:132: local variable 'node' is assigned to but never used
./usr/share/pyshared/mdp/test/test_FANode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_hinet_generic.py:3: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_hinet_generic.py:4: 'test_dimdtypeset' imported but unused
./usr/share/pyshared/mdp/test/test_hinet_generic.py:4: 'test_dtype_consistency' imported but unused
./usr/share/pyshared/mdp/test/test_node_operations.py:5: 'BogusNode' imported but unused
./usr/share/pyshared/mdp/test/test_node_operations.py:31: local variable 'copy_node' is assigned to but never used
./usr/share/pyshared/mdp/test/test_EtaComputerNode.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_TimeDelayNodes.py:1: 'mdp' imported but unused
./usr/share/pyshared/mdp/test/test_TimeDelayNodes.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_utils.py:4: 'pickle' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:5: 'os' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:6: 'tempfile' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:7: 'platform' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:8: 'inspect' imported but unused
./usr/share/pyshared/mdp/test/test_utils.py:9: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_utils.py:10: 'MDPException' imported but unused
./usr/share/pyshared/mdp/test/test_process_schedule.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_ICANode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_nodes_generic.py:7: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_LinearRegressionNode.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_utils_generic.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_parallelflows.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_schedule.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_parallelclassifiers.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_TimeFrameNode.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_flows.py:5: 'inspect' imported but unused
./usr/share/pyshared/mdp/test/test_flows.py:6: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_flows.py:51: local variable 'copy_flow' is assigned to but never used
./usr/share/pyshared/mdp/test/test_flows.py:195: local variable 'nottobepopped' is assigned to but never used
./usr/share/pyshared/mdp/test/test_GaussianClassifier.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/_tools.py:4: 'time' imported but unused
./usr/share/pyshared/mdp/test/_tools.py:11: 'numx_fft' imported but unused
./usr/share/pyshared/mdp/test/_tools.py:11: 'utils' imported but unused
./usr/share/pyshared/mdp/test/_tools.py:11: 'numx_rand' imported but unused
./usr/share/pyshared/mdp/test/_tools.py:12: 'assert_equal' imported but unused
./usr/share/pyshared/mdp/test/_tools.py:12: 'assert_array_equal' imported but unused
./usr/share/pyshared/mdp/test/_tools.py:12: 'assert_almost_equal' imported but unused
./usr/share/pyshared/mdp/test/test_PCANode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_PCANode.py:43: local variable 'out' is assigned to but never used
./usr/share/pyshared/mdp/test/test_parallelnodes.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_scikits.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_RBFExpansionNode.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/run_tests.py:2201: 'imp' imported but unused
./usr/share/pyshared/mdp/test/run_tests.py:2231: undefined name 'do_exec'
./usr/share/pyshared/mdp/test/test_GrowingNeuralGasNode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_AdaptiveCutoffNode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_HistogramNode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_contrib.py:4: 'from _tools import *' used; unable to detect undefined names
./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_parallelhinet.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_pp_local.py:1: 'py' imported but unused
./usr/share/pyshared/mdp/test/test_pp_local.py:3: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_SFA2Node.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_SFA2Node.py:53: local variable 'out' is assigned to but never used
./usr/share/pyshared/mdp/test/test_SFA2Node.py:63: local variable 'des_mat' is assigned to but never used
./usr/share/pyshared/mdp/test/test_classifier.py:5: 'inspect' imported but unused
./usr/share/pyshared/mdp/test/test_classifier.py:7: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_classifier.py:13: 'weighted_choice' imported but unused
./usr/share/pyshared/mdp/test/test_FDANode.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_hinet.py:7: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_hinet.py:308: local variable 'bad_args' is assigned to but never used
./usr/share/pyshared/mdp/test/test_hinet.py:318: local variable 'bad_args' is assigned to but never used
./usr/share/pyshared/mdp/test/test_hinet.py:328: local variable 'bad_args' is assigned to but never used
./usr/share/pyshared/mdp/test/test_graph.py:1: 'inspect' imported but unused
./usr/share/pyshared/mdp/test/test_graph.py:15: local variable 'nds' is assigned to but never used
./usr/share/pyshared/mdp/test/test_graph.py:22: local variable 'eds' is assigned to but never used
./usr/share/pyshared/mdp/test/test_GeneralExpansionNode.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_NoiseNode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_NoiseNode.py:25: local variable 'dummy' is assigned to but never used
./usr/share/pyshared/mdp/test/test_CutoffNode.py:1: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/test/test_copying.py:8: local variable 'copy_node' is assigned to but never used
./usr/share/pyshared/mdp/test/test_copying.py:16: local variable 'copy_flow' is assigned to but never used
./usr/share/pyshared/mdp/test/test_fastica.py:2: 'from _tools import *' used; unable to detect undefined names
./usr/share/pyshared/mdp/caching/caching_extension.py:10: 'deepcopy' imported but unused
./usr/share/pyshared/mdp/caching/__init__.py:1: '__docformat__' imported but unused
./usr/share/pyshared/mdp/caching/__init__.py:1: '__doc__' imported but unused
./usr/share/pyshared/mdp/caching/__init__.py:5: undefined name 'caching_extension'
./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:60: '_sys' imported but unused
./usr/share/pyshared/mdp/parallel/parallelclassifiers.py:6: 'numx' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:23: 'cpu_count' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:23: 'MDPVersionCallable' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:30: 'ParallelPCANode' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:34: 'ParallelNearestMeanClassifier' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:34: 'ParallelGaussianClassifier' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:34: 'ParallelKNNClassifier' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:38: '_purge_flownode' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:52: 'pp_support' imported but unused
./usr/share/pyshared/mdp/parallel/__init__.py:54: undefined name 'scheduling'
./usr/share/pyshared/mdp/parallel/__init__.py:55: undefined name 'process_schedule'
./usr/share/pyshared/mdp/parallel/__init__.py:56: undefined name 'thread_schedule'
./usr/share/pyshared/mdp/parallel/__init__.py:57: undefined name 'parallelnodes'
./usr/share/pyshared/mdp/parallel/__init__.py:58: undefined name 'parallelflows'
./usr/share/pyshared/mdp/parallel/__init__.py:59: undefined name 'parallelhinet'
./usr/share/pyshared/mdp/parallel/__init__.py:78: '_sys' imported but unused
./usr/share/pyshared/mdp/nodes/expansion_nodes.py:4: 'utils' imported but unused
./usr/share/pyshared/mdp/nodes/expansion_nodes.py:4: 'numx_linalg' imported but unused
./usr/share/pyshared/mdp/nodes/expansion_nodes.py:5: 'mult' imported but unused
./usr/share/pyshared/mdp/nodes/ica_nodes.py:201: local variable 'telescope' is assigned to but never used
./usr/share/pyshared/mdp/nodes/ica_nodes.py:433: local variable 'comp' is assigned to but never used
./usr/share/pyshared/mdp/nodes/ica_nodes.py:549: local variable 'QoldF' is assigned to but never used
./usr/share/pyshared/mdp/nodes/neural_gas_nodes.py:196: local variable 'node1' is assigned to but never used
./usr/share/pyshared/mdp/nodes/neural_gas_nodes.py:198: local variable 'node2' is assigned to but never used
./usr/share/pyshared/mdp/nodes/shogun_svm_classifier.py:8: 'numx' imported but unused
./usr/share/pyshared/mdp/nodes/lle_nodes.py:424: local variable 'd_in' is assigned to but never used
./usr/share/pyshared/mdp/nodes/svm_classifiers.py:3: 'numx' imported but unused
./usr/share/pyshared/mdp/nodes/jade.py:176: local variable 'Vkeep' is assigned to but never used
./usr/share/pyshared/mdp/nodes/__init__.py:5: 'ICANode' imported but unused
./usr/share/pyshared/mdp/nodes/__init__.py:52: 'Convolution2DNode' imported but unused
./usr/share/pyshared/mdp/nodes/__init__.py:54: undefined name 'convolution_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:57: 'ShogunSVMClassifier' imported but unused
./usr/share/pyshared/mdp/nodes/__init__.py:59: undefined name 'shogun_svm_classifier'
./usr/share/pyshared/mdp/nodes/__init__.py:62: 'LibSVMClassifier' imported but unused
./usr/share/pyshared/mdp/nodes/__init__.py:64: undefined name 'libsvm_classifier'
./usr/share/pyshared/mdp/nodes/__init__.py:78: undefined name 'svm_classifiers'
./usr/share/pyshared/mdp/nodes/__init__.py:84: undefined name 'expansion_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:85: undefined name 'pca_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:86: undefined name 'sfa_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:87: undefined name 'ica_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:88: undefined name 'neural_gas_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:89: undefined name 'fda_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:90: undefined name 'em_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:91: undefined name 'misc_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:92: undefined name 'isfa_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:93: undefined name 'rbm_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:94: undefined name 'nipals'
./usr/share/pyshared/mdp/nodes/__init__.py:97: redefinition of unused 'MDPException' from line 49
./usr/share/pyshared/mdp/nodes/__init__.py:98: undefined name 'jade'
./usr/share/pyshared/mdp/nodes/__init__.py:99: undefined name 'lle_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:100: undefined name 'xsfa_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:101: undefined name 'regression_nodes'
./usr/share/pyshared/mdp/nodes/__init__.py:102: undefined name 'classifier_nodes'
./usr/share/pyshared/mdp/nodes/convolution_nodes.py:3: 'utils' imported but unused
./usr/share/pyshared/mdp/nodes/convolution_nodes.py:3: 'numx_linalg' imported but unused
./usr/share/pyshared/mdp/nodes/misc_nodes.py:6: '_warnings' imported but unused
./usr/share/pyshared/mdp/nodes/misc_nodes.py:7: '_copy' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:1: 'cov_maxima' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:1: 'invert_exp_funcs2' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:13: redefinition of unused 'OrderedDict' from line 10
./usr/share/pyshared/mdp/utils/__init__.py:14: 'get_node_size_str' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:20: 'show_image_slideshow' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:20: 'BASIC_STYLE' imported but unused
./usr/share/pyshared/mdp/utils/__init__.py:75: undefined name 'routines'
./usr/share/pyshared/mdp/utils/__init__.py:76: undefined name 'introspection'
./usr/share/pyshared/mdp/utils/__init__.py:77: undefined name 'quad_forms'
./usr/share/pyshared/mdp/utils/__init__.py:78: undefined name 'covariance'
./usr/share/pyshared/mdp/utils/__init__.py:79: undefined name 'progress_bar'
./usr/share/pyshared/mdp/utils/__init__.py:80: undefined name 'slideshow'
./usr/share/pyshared/mdp/utils/__init__.py:81: undefined name 'repo_revision'
./usr/share/pyshared/mdp/utils/__init__.py:101: local variable 'thelen' is assigned to but never used
./usr/share/pyshared/mdp/utils/routines.py:261: redefinition of unused 'product' from line 259
./usr/share/pyshared/mdp/graph/__init__.py:5: undefined name 'graph'
./usr/share/pyshared/mdp/graph/__init__.py:12: '_sys' imported but unused
./usr/share/pyshared/mdp/graph/graph.py:150: undefined name 'node_id'
./usr/share/pyshared/bimdp/__init__.py:82: 'BiNode' imported but unused
./usr/share/pyshared/bimdp/__init__.py:82: 'MSG_ID_SEP' imported but unused
./usr/share/pyshared/bimdp/__init__.py:82: 'BiNodeException' imported but unused
./usr/share/pyshared/bimdp/__init__.py:82: 'binode_coroutine' imported but unused
./usr/share/pyshared/bimdp/__init__.py:82: 'PreserveDimBiNode' imported but unused
./usr/share/pyshared/bimdp/__init__.py:85: 'BiClassifier' imported but unused
./usr/share/pyshared/bimdp/__init__.py:86: 'BiCheckpointFlow' imported but unused
./usr/share/pyshared/bimdp/__init__.py:86: 'MessageResultContainer' imported but unused
./usr/share/pyshared/bimdp/__init__.py:86: 'BiFlowException' imported but unused
./usr/share/pyshared/bimdp/__init__.py:86: 'BiFlow' imported but unused
./usr/share/pyshared/bimdp/__init__.py:86: 'EXIT_TARGET' imported but unused
./usr/share/pyshared/bimdp/__init__.py:91: 'from inspection import *' used; unable to detect undefined names
./usr/share/pyshared/bimdp/__init__.py:93: 'test' imported but unused
./usr/share/pyshared/bimdp/__init__.py:95: 'nodes' imported but unused
./usr/share/pyshared/bimdp/__init__.py:96: 'hinet' imported but unused
./usr/share/pyshared/bimdp/__init__.py:97: 'parallel' imported but unused
./usr/share/pyshared/bimdp/__init__.py:99: undefined name 'binode'
./usr/share/pyshared/bimdp/__init__.py:100: undefined name 'biflow'
./usr/share/pyshared/bimdp/__init__.py:101: undefined name 'inspection'
./usr/share/pyshared/bimdp/test/test_namespace_fixups.py:1: 'test_exports' imported but unused
./usr/share/pyshared/bimdp/test/test_parallelbiflow.py:4: 'BiFlow' imported but unused
./usr/share/pyshared/bimdp/test/test_binode.py:476: undefined name 'unittest'
./usr/share/pyshared/bimdp/test/test_binode.py:477: undefined name 'unittest'
./usr/share/pyshared/bimdp/test/test_binode.py:478: undefined name 'unittest'
./usr/share/pyshared/bimdp/test/test_binode.py:479: undefined name 'unittest'
./usr/share/pyshared/bimdp/test/test_binode.py:480: undefined name 'unittest'
./usr/share/pyshared/bimdp/test/test_binode.py:481: undefined name 'unittest'
./usr/share/pyshared/bimdp/test/test_binode.py:485: undefined name 'unittest'
./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: 'ParallelBiFlowException' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:2: 'ParallelCheckpointBiFlow' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:2: 'ParallelBiFlow' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:2: 'BiFlowTrainCallable' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:2: 'BiFlowExecuteCallable' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:5: 'ParallelCloneBiLayer' imported but unused
./usr/share/pyshared/bimdp/parallel/__init__.py:7: undefined name 'parallelbiflow'
./usr/share/pyshared/bimdp/parallel/__init__.py:8: undefined name 'parallelbihinet'
./usr/share/pyshared/bimdp/nodes/miscnodes.py:2: 'BiNode' imported but unused
./usr/share/pyshared/bimdp/nodes/gradient.py:6: 'bimdp' imported but unused
./usr/share/pyshared/bimdp/nodes/__init__.py:6: 'SenderBiNode' imported but unused
./usr/share/pyshared/bimdp/nodes/__init__.py:6: 'IdentityBiNode' imported but unused
./usr/share/pyshared/bimdp/nodes/__init__.py:7: 'NotDifferentiableException' imported but unused
./usr/share/pyshared/bimdp/nodes/__init__.py:7: 'GradientExtensionNode' imported but unused
./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 Mon, 31 Jan 2011 06:28:54 +0000, based on results by pyflakes 0.4.0-1