F
======================================================================
FAIL: test_read_geometrytopologypoint_write_dataframe.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/centos/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 "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/util/testing.py", line 1443, in assert_frame_equal
obj='DataFrame.iloc[:, {0}]'.format(i))
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/util/testing.py", line 1289, in assert_series_equal
assert_attr_equal('dtype', left, right)
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pandas/util/testing.py", line 1067, in assert_attr_equal
left_attr, right_attr)
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/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.017s
FAILED (failures=1)