Execution Time1.41s

Test: test_kde_histogram_feature_extractor_from_xmlpoints (Failed)
Build: CIP-Darwin-13.4.0-x86_64-incr-SL-ON (bwh002376.bwh.harvard.edu) on 2016-07-26 23:01:47
Repository revision: 9dd6a2c2b4177b8defcb022441038a29ad40dcf9

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_kde_histogram_feature_extractor_from_xmlpoints.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/classification/tests/test_kde_histogram_feature_extractor_from_xmlpoints.py", line 37, in test_execute
    hist_extractor.fit(ct_array, ct_header, lm_array, xml_data)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/classification/kde_histogram_feature_extractor_from_xmlpoints.py", line 113, in fit
    my_geometry_data = GeometryTopologyData.from_xml(xml_object)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/utils/geometry_topology_data.py", line 150, in from_xml
    point = Point.from_xml_node(xml_point_node)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/utils/geometry_topology_data.py", line 379, in from_xml_node
    structure = Structure.from_xml_node(xml_point_node)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/utils/geometry_topology_data.py", line 288, in from_xml_node
    id = int(xml_node.find("Id").text)
AttributeError: 'NoneType' object has no attribute 'text'
-------------------- >> begin captured stdout << ---------------------
Compute histogram features...

--------------------- >> end captured stdout << ----------------------

----------------------------------------------------------------------
Ran 1 test in 0.035s

FAILED (errors=1)