Execution Time0.76s

Test: test_grid_segmenter (Failed)
Build: CIP-Darwin-13.4.0-x86_64-incr-SL-ON-SL-OFF (bwh002376.bwh.harvard.edu) on 2018-01-18 23:05:53

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: Failure: ParseError (mismatched tag: line 1437, column 14)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/segmentation/tests/test_grid_segmenter.py", line 4, in <module>
    from cip_python.segmentation.grid_segmenter import GridSegmenter
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/segmentation/__init__.py", line 8, in <module>
    from register_tobase_get_closest import *
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/segmentation/register_tobase_get_closest.py", line 6, in <module>
    from ..utils import getClosestCases
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/utils/__init__.py", line 2, in <module>
    from apply_label_from_classification import *
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/utils/apply_label_from_classification.py", line 3, in <module>
    from ..common import ChestConventions
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/common/__init__.py", line 3, in <module>
    from .chest_conventions import ChestConventions
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/common/chest_conventions.py", line 215, in <module>
    class ChestConventions(object):
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/common/chest_conventions.py", line 216, in ChestConventions
    ChestRegionsCollection = ChestConventionsInitializer.chest_regions()      # 1: "WHOLELUNG", "WholeLung", [0.42, 0.38, 0.75]
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/common/chest_conventions.py", line 56, in chest_regions
    root = ChestConventionsInitializer.xml_root_conventions()
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/common/chest_conventions.py", line 29, in xml_root_conventions
    ChestConventionsInitializer.__xml_conventions__ = et.fromstring(xml)
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/xml/etree/ElementTree.py", line 1311, in XML
    parser.feed(text)
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/xml/etree/ElementTree.py", line 1653, in feed
    self._raiseerror(v)
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/xml/etree/ElementTree.py", line 1517, in _raiseerror
    raise err
ParseError: mismatched tag: line 1437, column 14

----------------------------------------------------------------------
Ran 1 test in 0.001s

FAILED (errors=1)