Execution Time0.50s

Test: test_compute_dice_coefficient (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON-SL-OFF (WIN-VS2013) on 2018-01-19 00:17:10

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 "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "D:\Projects\CIP-build\CIP-build\cip_python\utils\tests\test_compute_dice_coefficient.py", line 2, in <module>
    from cip_python.utils import compute_dice_coefficient
  File "D:\Projects\CIP-build\CIP-build\cip_python\utils\__init__.py", line 2, in <module>
    from apply_label_from_classification import *
  File "D:\Projects\CIP-build\CIP-build\cip_python\utils\apply_label_from_classification.py", line 3, in <module>
    from ..common import ChestConventions
  File "D:\Projects\CIP-build\CIP-build\cip_python\common\__init__.py", line 3, in <module>
    from .chest_conventions import ChestConventions
  File "D:\Projects\CIP-build\CIP-build\cip_python\common\chest_conventions.py", line 215, in <module>
    class ChestConventions(object):
  File "D:\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 "D:\Projects\CIP-build\CIP-build\cip_python\common\chest_conventions.py", line 56, in chest_regions
    root = ChestConventionsInitializer.xml_root_conventions()
  File "D:\Projects\CIP-build\CIP-build\cip_python\common\chest_conventions.py", line 29, in xml_root_conventions
    ChestConventionsInitializer.__xml_conventions__ = et.fromstring(xml)
  File "D:\Projects\CIP-build\CIPPython-install\lib\xml\etree\ElementTree.py", line 1311, in XML
    parser.feed(text)
  File "D:\Projects\CIP-build\CIPPython-install\lib\xml\etree\ElementTree.py", line 1653, in feed
    self._raiseerror(v)
  File "D:\Projects\CIP-build\CIPPython-install\lib\xml\etree\ElementTree.py", line 1517, in _raiseerror
    raise err
ParseError: mismatched tag: line 1437, column 14

----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)