0.31s
Test: test_image_reader_writer
(Failed)
Build: CIP-Linux-3.10.0-123.el7.x86_64-x86_64-incr-SL-ON
(ip-172-31-44-204.ec2.internal)
on 2015-06-10 00:05:49
Repository revision: 431ced5ba9a0553ddaece7c11b41ca8d73d41787
Show Command Line/home/ec2-user/Projects/CIP-build/CIPPython-install/bin/nosetests "/home/ec2-user/Projects/CIP/cip_python/io/tests/test_image_reader_writer.py"
Display graphs:
Test output.E.E.
======================================================================
ERROR: test_image_reader_writer.test_writer
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/ec2-user/Projects/CIP/cip_python/io/tests/test_image_reader_writer.py", line 27, in test_writer
image_io.write(sitk_image,output_filename)
File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/io/image_reader_writer.py", line 69, in write
sitk.WriteImage(sitk_image,file_name,useCompression=True)
TypeError: WriteImage() got an unexpected keyword argument 'useCompression'
======================================================================
ERROR: test_image_reader_writer.test_writer_numpy
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/ec2-user/Projects/CIP/cip_python/io/tests/test_image_reader_writer.py", line 50, in test_writer_numpy
image_io.write_from_numpy(np_image,metainfo,output_filename)
File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/io/image_reader_writer.py", line 88, in write_from_numpy
self.write(sitk_image,file_name)
File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/io/image_reader_writer.py", line 69, in write
sitk.WriteImage(sitk_image,file_name,useCompression=True)
TypeError: WriteImage() got an unexpected keyword argument 'useCompression'
----------------------------------------------------------------------
Ran 5 tests in 0.038s
FAILED (errors=2)