E
======================================================================
ERROR: test_kde_histogram_feature_extractor_from_xmlpoints.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\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 "D:\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 "D:\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 "D:\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 "D:\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.063s
FAILED (errors=1)