Execution Time1.53s

Test: test_read_geometrytopologypoint_write_dataframe (Failed)
Build: CIP-Darwin-13.4.0-x86_64-clean-SL-ON-SL-OFF (bwh002376.bwh.harvard.edu) on 2017-09-01 11:01:29

Exit Value1

Show Command Line
Display graphs:

Test output
_RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
F
======================================================================
FAIL: test_read_geometrytopologypoint_write_dataframe.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/Users/acil-user/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 "/Users/acil-user/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 "/Users/acil-user/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 "/Users/acil-user/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 "/Users/acil-user/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.013s

FAILED (failures=1)