Execution Time0.44s

Test: test_apply_reader_labels (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON (WIN-VS2008) on 2016-01-08 00:14:26
Repository revision: 387567a4ad30dc9db51ac1f6f944b6925d4e0fbe

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_apply_reader_labels.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_apply_reader_labels.py", line 20, in test_execute
    seg, seg_header = nrrd.read(seg_file)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nrrd.py", line 366, in read
    data = read_data(header, filehandle, filename)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nrrd.py", line 238, in read_data
    mmap.MAP_PRIVATE, mmap.PROT_READ)
AttributeError: 'module' object has no attribute 'MAP_PRIVATE'

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

FAILED (errors=1)