Execution Time1.98s

Test: test_read_geometrytopologypoint_write_dataframe (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON-SL-OFF (WIN-VS2008) on 2017-08-28 00:26:57

Exit Value1

Show Command Line
Display graphs:

Test output
F
======================================================================
FAIL: test_read_geometrytopologypoint_write_dataframe.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\utils\tests\test_read_geometrytopologypoint_write_dataframe.py", line 28, in test_execute
    assert_frame_equal(my_csv_writer.df_, ref_df)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\util\testing.py", line 1443, in assert_frame_equal
    obj='DataFrame.iloc[:, {0}]'.format(i))
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\util\testing.py", line 1289, in assert_series_equal
    assert_attr_equal('dtype', left, right)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\util\testing.py", line 1067, in assert_attr_equal
    left_attr, right_attr)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\pandas\util\testing.py", line 1149, in raise_assert_detail
    raise AssertionError(msg)
AssertionError: Attributes are different

Attribute "dtype" are different
[left]:  float64
[right]: object

----------------------------------------------------------------------
Ran 1 test in 0.016s

FAILED (failures=1)