Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5657] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw0] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, NaT, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01 00:00:00, NaT, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) NaT datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' 'NaT'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) NaT datetime.timedelta(days=365)] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓ 93% █████████▍
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5658] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw0] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, NaT, 2116-01-05T01:59:38.762754458]
- E [right]: [2000-01-01 00:00:00, NaT, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) NaT numpy.timedelta64(1,'s')] object
- old: ['2000-01-01T00:00:00.000000000' 'NaT'
- '2116-01-05T01:59:38.762754458'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) NaT numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 93% █████████▍
- ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 93% █████████▍
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5897] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01 00:00:00, 2000-01-01 00:00:00, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) datetime.datetime(2000, 1, 1, 0, 0)
- datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) datetime.datetime(2000, 1, 1, 0, 0)
- datetime.timedelta(days=365)] object
- tests.py ⨯✓✓✓✓✓ 93% █████████▍
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5898] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01 00:00:00, 2000-01-01 00:00:00, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) datetime.datetime(2000, 1, 1, 0, 0)
- numpy.timedelta64(1,'s')] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) datetime.datetime(2000, 1, 1, 0, 0)
- numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 94% █████████▍
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5954] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2116-01-05T01:59:38.762754458, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01 00:00:00, 365 days, 0:00:00, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) datetime.timedelta(days=365)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['2000-01-01T00:00:00.000000000' '2116-01-05T01:59:38.762754458'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) datetime.timedelta(days=365)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 94% █████████▍
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5956] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1969-12-31T23:59:59.999999999, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01 00:00:00, 365 days, 0:00:00, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) datetime.timedelta(days=365)
- numpy.datetime64('2000-01-01')] object
- old: ['2000-01-01T00:00:00.000000000' '1969-12-31T23:59:59.999999999'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) datetime.timedelta(days=365)
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 94% █████████▍
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5937] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01 00:00:00, 2000-01-01, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) numpy.datetime64('2000-01-01')
- datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) numpy.datetime64('2000-01-01')
- datetime.timedelta(days=365)] object
- tests.py ⨯ 94% █████████▍
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5957] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2116-01-05T01:59:38.762754458, 1970-01-01T00:00:00.000000001]
- E [right]: [2000-01-01 00:00:00, 365 days, 0:00:00, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) datetime.timedelta(days=365)
- datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' '2116-01-05T01:59:38.762754458'
- '1970-01-01T00:00:00.000000001'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) datetime.timedelta(days=365)
- datetime.timedelta(days=365)] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓ 94% █████████▍
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5938] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01 00:00:00, 2000-01-01, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) numpy.datetime64('2000-01-01')
- numpy.timedelta64(1,'s')] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) numpy.datetime64('2000-01-01')
- numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 94% █████████▍
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5958] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1971-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01 00:00:00, 365 days, 0:00:00, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) datetime.timedelta(days=365)
- numpy.timedelta64(1,'s')] object
- old: ['2000-01-01T00:00:00.000000000' '1971-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) datetime.timedelta(days=365)
- numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓ 94% █████████▍
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5942] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, NaT]
- E [right]: [2000-01-01 00:00:00, 365 days, 0:00:00, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) datetime.timedelta(days=365) NaT] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) datetime.timedelta(days=365) NaT] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 94% █████████▌
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5962] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1970-01-02T14:49:07.800463200, NaT]
- E [right]: [2000-01-01 00:00:00, 1 seconds, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) numpy.timedelta64(1,'s') NaT] object
- old: ['2000-01-01T00:00:00.000000000' '1970-01-02T14:49:07.800463200'
- 'NaT'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) numpy.timedelta64(1,'s') NaT] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 94% █████████▌
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5974] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1970-01-02T14:49:07.812563184, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01 00:00:00, 1 seconds, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) numpy.timedelta64(1,'s')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['2000-01-01T00:00:00.000000000' '1970-01-02T14:49:07.812563184'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) numpy.timedelta64(1,'s')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 94% █████████▌
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5976] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2116-01-05T01:59:38.762754458, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01 00:00:00, 1 seconds, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) numpy.timedelta64(1,'s')
- numpy.datetime64('2000-01-01')] object
- old: ['2000-01-01T00:00:00.000000000' '2116-01-05T01:59:38.762754458'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) numpy.timedelta64(1,'s')
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 94% █████████▌
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5977] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1970-01-01T00:00:01.000000000, 1970-01-01T00:00:00.000000001]
- E [right]: [2000-01-01 00:00:00, 1 seconds, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) numpy.timedelta64(1,'s')
- datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' '1970-01-01T00:00:01.000000000'
- '1970-01-01T00:00:00.000000001'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) numpy.timedelta64(1,'s')
- datetime.timedelta(days=365)] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 94% █████████▌
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data5978] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1970-01-01T00:00:01.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01 00:00:00, 1 seconds, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.datetime(2000, 1, 1, 0, 0) numpy.timedelta64(1,'s')
- numpy.timedelta64(1,'s')] object
- old: ['2000-01-01T00:00:00.000000000' '1970-01-01T00:00:01.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.datetime(2000, 1, 1, 0, 0) numpy.timedelta64(1,'s')
- numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 95% █████████▌
- ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 95% █████████▌
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6457] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw7] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, NaT, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01, NaT, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') NaT datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' 'NaT'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') NaT datetime.timedelta(days=365)] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6458] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw7] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, NaT, 2116-01-05T01:59:38.762754458]
- E [right]: [2000-01-01, NaT, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') NaT numpy.timedelta64(1,'s')] object
- old: ['2000-01-01T00:00:00.000000000' 'NaT'
- '2116-01-05T01:59:38.762754458'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') NaT numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6737] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, NaT]
- E [right]: [2000-01-01, 2000-01-01, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') numpy.datetime64('2000-01-01')
- datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') numpy.datetime64('2000-01-01')
- datetime.timedelta(days=365)] object
- tests.py ⨯✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6697] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw2] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01, 2000-01-01 00:00:00, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') datetime.datetime(2000, 1, 1, 0, 0)
- datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') datetime.datetime(2000, 1, 1, 0, 0)
- datetime.timedelta(days=365)] object
- tests.py ⨯ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6738] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 1970-01-01T00:00:00.000000001]
- E [right]: [2000-01-01, 2000-01-01, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') numpy.datetime64('2000-01-01')
- numpy.timedelta64(1,'s')] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '1970-01-01T00:00:00.000000001'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') numpy.datetime64('2000-01-01')
- numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6777] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw7] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, NaT, NaT]
- E [right]: [2000-01-01, 1 seconds, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') numpy.timedelta64(1,'s')
- datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' 'NaT'
- 'NaT'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') numpy.timedelta64(1,'s')
- datetime.timedelta(days=365)] object
- tests.py ⨯✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6698] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw2] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01, 2000-01-01 00:00:00, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') datetime.datetime(2000, 1, 1, 0, 0)
- numpy.timedelta64(1,'s')] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') datetime.datetime(2000, 1, 1, 0, 0)
- numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6778] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw7] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1970-01-01T00:00:00.008537744, 1970-01-02T15:00:09.356603600]
- E [right]: [2000-01-01, 1 seconds, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') numpy.timedelta64(1,'s')
- numpy.timedelta64(1,'s')] object
- old: ['2000-01-01T00:00:00.000000000' '1970-01-01T00:00:00.008537744'
- '1970-01-02T15:00:09.356603600'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') numpy.timedelta64(1,'s')
- numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6742] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, NaT]
- E [right]: [2000-01-01, 365 days, 0:00:00, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') datetime.timedelta(days=365) NaT] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') datetime.timedelta(days=365) NaT] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6754] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01, 365 days, 0:00:00, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') datetime.timedelta(days=365)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') datetime.timedelta(days=365)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6842] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw3] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, NaT, NaT]
- E [right]: [31536000000000000 nanoseconds, NaT, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) NaT NaT] object
- old: ['2000-01-01T00:00:00.000000000' 'NaT'
- 'NaT'] datetime64[ns]
- new: [31536000000000000 'NaT' 'NaT'] timedelta64[ns]
- tests.py ⨯✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6854] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, NaT, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, NaT, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) NaT datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['2000-01-01T00:00:00.000000000' 'NaT'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) NaT datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6756] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01, 365 days, 0:00:00, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') datetime.timedelta(days=365)
- numpy.datetime64('2000-01-01')] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') datetime.timedelta(days=365)
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6856] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, NaT, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, NaT, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) NaT numpy.datetime64('2000-01-01')] object
- old: ['2000-01-01T00:00:00.000000000' 'NaT'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) NaT numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6757] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1971-01-01T00:00:00.000000000, 1970-01-01T00:00:00.000000001]
- E [right]: [2000-01-01, 365 days, 0:00:00, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') datetime.timedelta(days=365)
- datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' '1971-01-01T00:00:00.000000000'
- '1970-01-01T00:00:00.000000001'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') datetime.timedelta(days=365)
- datetime.timedelta(days=365)] object
- tests.py ⨯✓✓✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6857] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, NaT, 2000-01-01T00:00:00.000000000]
- E [right]: [31536000000000000 nanoseconds, NaT, 31536000000000000 nanoseconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) NaT datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' 'NaT'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [31536000000000000 'NaT' 31536000000000000] timedelta64[ns]
- tests.py ⨯✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6758] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1971-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01, 365 days, 0:00:00, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') datetime.timedelta(days=365)
- numpy.timedelta64(1,'s')] object
- old: ['2000-01-01T00:00:00.000000000' '1971-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') datetime.timedelta(days=365)
- numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6858] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1971-01-01T00:00:00.000000000, NaT, 1971-01-01T00:00:00.000000000]
- E [right]: [31536000000000000 nanoseconds, NaT, 1000000000 nanoseconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) NaT numpy.timedelta64(1,'s')] object
- old: ['1971-01-01T00:00:00.000000000' 'NaT'
- '1971-01-01T00:00:00.000000000'] datetime64[ns]
- new: [31536000000000000 'NaT' 1000000000] timedelta64[ns]
- tests.py ⨯✓✓✓✓✓✓ 96% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6762] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1971-01-01T00:00:00.000000000, NaT]
- E [right]: [2000-01-01, 1 seconds, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') numpy.timedelta64(1,'s') NaT] object
- old: ['2000-01-01T00:00:00.000000000' '1971-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') numpy.timedelta64(1,'s') NaT] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 97% █████████▋
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6774] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1970-01-02T15:02:30.814671504, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01, 1 seconds, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') numpy.timedelta64(1,'s')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['2000-01-01T00:00:00.000000000' '1970-01-02T15:02:30.814671504'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') numpy.timedelta64(1,'s')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data6776] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1970-01-02T15:02:30.815669008, 2000-01-01T00:00:00.000000000]
- E [right]: [2000-01-01, 1 seconds, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.datetime64('2000-01-01') numpy.timedelta64(1,'s')
- numpy.datetime64('2000-01-01')] object
- old: ['2000-01-01T00:00:00.000000000' '1970-01-02T15:02:30.815669008'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.datetime64('2000-01-01') numpy.timedelta64(1,'s')
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓✓✓✓✓✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7082] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw7] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, NaT]
- E [right]: [365 days, 0:00:00, 2000-01-01 00:00:00, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) datetime.datetime(2000, 1, 1, 0, 0) NaT] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [datetime.timedelta(days=365) datetime.datetime(2000, 1, 1, 0, 0) NaT] object
- tests.py ⨯✓✓✓✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7094] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, 2000-01-01 00:00:00, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) datetime.datetime(2000, 1, 1, 0, 0)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) datetime.datetime(2000, 1, 1, 0, 0)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓✓✓✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7096] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, 2000-01-01 00:00:00, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) datetime.datetime(2000, 1, 1, 0, 0)
- numpy.datetime64('2000-01-01')] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) datetime.datetime(2000, 1, 1, 0, 0)
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7122] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw0] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, NaT]
- E [right]: [365 days, 0:00:00, 2000-01-01, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) numpy.datetime64('2000-01-01') NaT] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [datetime.timedelta(days=365) numpy.datetime64('2000-01-01') NaT] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7154] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1971-01-01T00:00:00.000000000, NaT, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, 365 days, 0:00:00, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) datetime.timedelta(days=365)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['1971-01-01T00:00:00.000000000' 'NaT'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) datetime.timedelta(days=365)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7134] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw0] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, 2000-01-01, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) numpy.datetime64('2000-01-01')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) numpy.datetime64('2000-01-01')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7156] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-02T14:49:07.797027984, NaT, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, 365 days, 0:00:00, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) datetime.timedelta(days=365)
- numpy.datetime64('2000-01-01')] object
- old: ['1970-01-02T14:49:07.797027984' 'NaT'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) datetime.timedelta(days=365)
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7097] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, 2000-01-01 00:00:00, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) datetime.datetime(2000, 1, 1, 0, 0)
- datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) datetime.datetime(2000, 1, 1, 0, 0)
- datetime.timedelta(days=365)] object
- tests.py ⨯✓✓✓✓✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7162] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1971-01-01T00:00:00.000000000, 1971-01-01T00:00:00.000000000, NaT]
- E [right]: [31536000000000000 nanoseconds, 1000000000 nanoseconds, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) numpy.timedelta64(1,'s') NaT] object
- old: ['1971-01-01T00:00:00.000000000' '1971-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [31536000000000000 1000000000 'NaT'] timedelta64[ns]
- tests.py ⨯✓✓✓✓✓✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7176] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw4] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1970-01-01T00:00:00.000000001, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, 1 seconds, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) numpy.timedelta64(1,'s')
- numpy.datetime64('2000-01-01')] object
- old: ['2000-01-01T00:00:00.000000000' '1970-01-01T00:00:00.000000001'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) numpy.timedelta64(1,'s')
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7098] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-02T15:02:30.814673552, 2000-01-01T00:00:00.000000000, 1970-01-02T15:02:30.814672944]
- E [right]: [365 days, 0:00:00, 2000-01-01 00:00:00, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) datetime.datetime(2000, 1, 1, 0, 0)
- numpy.timedelta64(1,'s')] object
- old: ['1970-01-02T15:02:30.814673552' '2000-01-01T00:00:00.000000000'
- '1970-01-02T15:02:30.814672944'] datetime64[ns]
- new: [datetime.timedelta(days=365) datetime.datetime(2000, 1, 1, 0, 0)
- numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 97% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7136] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw0] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, 2000-01-01, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) numpy.datetime64('2000-01-01')
- numpy.datetime64('2000-01-01')] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) numpy.datetime64('2000-01-01')
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 98% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7137] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw0] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1971-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, 2000-01-01, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) numpy.datetime64('2000-01-01')
- datetime.timedelta(days=365)] object
- old: ['1971-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) numpy.datetime64('2000-01-01')
- datetime.timedelta(days=365)] object
- tests.py ⨯ 98% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7242] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw2] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, NaT, NaT]
- E [right]: [1000000000 nanoseconds, NaT, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') NaT NaT] object
- old: ['2000-01-01T00:00:00.000000000' 'NaT'
- 'NaT'] datetime64[ns]
- new: [1000000000 'NaT' 'NaT'] timedelta64[ns]
- tests.py ⨯ 98% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7254] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw3] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1971-01-01T00:00:00.000000000, NaT, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, NaT, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') NaT datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['1971-01-01T00:00:00.000000000' 'NaT'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') NaT datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓ 98% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7138] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw0] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-02T15:01:21.131430672, 2000-01-01T00:00:00.000000000, 1970-01-02T15:01:21.131430448]
- E [right]: [365 days, 0:00:00, 2000-01-01, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) numpy.datetime64('2000-01-01')
- numpy.timedelta64(1,'s')] object
- old: ['1970-01-02T15:01:21.131430672' '2000-01-01T00:00:00.000000000'
- '1970-01-02T15:01:21.131430448'] datetime64[ns]
- new: [datetime.timedelta(days=365) numpy.datetime64('2000-01-01')
- numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓ 98% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7256] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw3] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-01T00:00:00.000000001, NaT, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, NaT, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') NaT numpy.datetime64('2000-01-01')] object
- old: ['1970-01-01T00:00:00.000000001' 'NaT'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') NaT numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓✓✓✓✓✓✓ 98% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7142] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw0] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, NaT]
- E [right]: [31536000000000000 nanoseconds, 31536000000000000 nanoseconds, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) datetime.timedelta(days=365) NaT] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [31536000000000000 31536000000000000 'NaT'] timedelta64[ns]
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 98% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7257] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw3] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, NaT, 2000-01-01T00:00:00.000000000]
- E [right]: [1000000000 nanoseconds, NaT, 31536000000000000 nanoseconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') NaT datetime.timedelta(days=365)] object
- old: ['2000-01-01T00:00:00.000000000' 'NaT'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [ 1000000000 'NaT' 31536000000000000] timedelta64[ns]
- tests.py ⨯✓✓✓✓✓✓✓✓✓ 98% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7174] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1971-01-01T00:00:00.000000000, 1970-01-01T00:00:01.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [365 days, 0:00:00, 1 seconds, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [datetime.timedelta(days=365) numpy.timedelta64(1,'s')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['1971-01-01T00:00:00.000000000' '1970-01-01T00:00:01.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [datetime.timedelta(days=365) numpy.timedelta64(1,'s')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 98% █████████▊
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7258] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw3] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-01T00:00:00.009079008, NaT, 1970-01-02T14:51:26.710711632]
- E [right]: [1000000000 nanoseconds, NaT, 1000000000 nanoseconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') NaT numpy.timedelta64(1,'s')] object
- old: ['1970-01-01T00:00:00.009079008' 'NaT'
- '1970-01-02T14:51:26.710711632'] datetime64[ns]
- new: [1000000000 'NaT' 1000000000] timedelta64[ns]
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 98% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7522] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw5] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-02T15:02:30.815826160, 2000-01-01T00:00:00.000000000, NaT]
- E [right]: [1 seconds, 2000-01-01, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') numpy.datetime64('2000-01-01') NaT] object
- old: ['1970-01-02T15:02:30.815826160' '2000-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') numpy.datetime64('2000-01-01') NaT] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7534] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw2] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-01T00:00:01.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, 2000-01-01, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') numpy.datetime64('2000-01-01')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['1970-01-01T00:00:01.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') numpy.datetime64('2000-01-01')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7494] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1971-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, 2000-01-01 00:00:00, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') datetime.datetime(2000, 1, 1, 0, 0)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['1971-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') datetime.datetime(2000, 1, 1, 0, 0)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓✓✓✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7554] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw4] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1971-01-01T00:00:00.000000000, 1970-01-01T00:00:01.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, 365 days, 0:00:00, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') datetime.timedelta(days=365)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['1971-01-01T00:00:00.000000000' '1970-01-01T00:00:01.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') datetime.timedelta(days=365)
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓✓✓✓✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7496] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-01T00:00:01.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, 2000-01-01 00:00:00, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') datetime.datetime(2000, 1, 1, 0, 0)
- numpy.datetime64('2000-01-01')] object
- old: ['1970-01-01T00:00:01.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') datetime.datetime(2000, 1, 1, 0, 0)
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7556] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw4] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1971-01-01T00:00:00.000000000, 1970-01-01T00:00:01.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, 365 days, 0:00:00, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') datetime.timedelta(days=365)
- numpy.datetime64('2000-01-01')] object
- old: ['1971-01-01T00:00:00.000000000' '1970-01-01T00:00:01.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') datetime.timedelta(days=365)
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7574] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw7] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 1969-12-31T23:59:59.999999999, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, 1 seconds, 2000-01-01 00:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') numpy.timedelta64(1,'s')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- old: ['2000-01-01T00:00:00.000000000' '1969-12-31T23:59:59.999999999'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') numpy.timedelta64(1,'s')
- datetime.datetime(2000, 1, 1, 0, 0)] object
- tests.py ⨯✓✓✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7497] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-02T14:49:07.797844944, 2000-01-01T00:00:00.000000000, 1970-01-02T14:49:07.797844912]
- E [right]: [1 seconds, 2000-01-01 00:00:00, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') datetime.datetime(2000, 1, 1, 0, 0)
- datetime.timedelta(days=365)] object
- old: ['1970-01-02T14:49:07.797844944' '2000-01-01T00:00:00.000000000'
- '1970-01-02T14:49:07.797844912'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') datetime.datetime(2000, 1, 1, 0, 0)
- datetime.timedelta(days=365)] object
- tests.py ⨯✓✓✓✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7576] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw7] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, 1 seconds, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') numpy.timedelta64(1,'s')
- numpy.datetime64('2000-01-01')] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') numpy.timedelta64(1,'s')
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7562] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw4] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-01T00:00:01.000000000, 1971-01-01T00:00:00.000000000, NaT]
- E [right]: [1000000000 nanoseconds, 1000000000 nanoseconds, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') numpy.timedelta64(1,'s') NaT] object
- old: ['1970-01-01T00:00:01.000000000' '1971-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [1000000000 1000000000 'NaT'] timedelta64[ns]
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7498] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw6] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, 2000-01-01 00:00:00, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') datetime.datetime(2000, 1, 1, 0, 0)
- numpy.timedelta64(1,'s')] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') datetime.datetime(2000, 1, 1, 0, 0)
- numpy.timedelta64(1,'s')] object
- tests.py ⨯ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7536] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw2] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, 2000-01-01, 2000-01-01]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') numpy.datetime64('2000-01-01')
- numpy.datetime64('2000-01-01')] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') numpy.datetime64('2000-01-01')
- numpy.datetime64('2000-01-01')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7537] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw2] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-01T00:00:01.000000000, 2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000]
- E [right]: [1 seconds, 2000-01-01, 365 days, 0:00:00]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') numpy.datetime64('2000-01-01')
- datetime.timedelta(days=365)] object
- old: ['1970-01-01T00:00:01.000000000' '2000-01-01T00:00:00.000000000'
- '2000-01-01T00:00:00.000000000'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') numpy.datetime64('2000-01-01')
- datetime.timedelta(days=365)] object
- tests.py ⨯✓✓✓✓✓✓✓✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7482] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw1] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, NaT]
- E [right]: [1 seconds, 2000-01-01 00:00:00, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') datetime.datetime(2000, 1, 1, 0, 0) NaT] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') datetime.datetime(2000, 1, 1, 0, 0) NaT] object
- tests.py ⨯✓✓✓✓✓✓✓✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7538] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw2] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [1970-01-02T14:55:18.579795952, 2000-01-01T00:00:00.000000000, 1970-01-02T14:55:18.579795920]
- E [right]: [1 seconds, 2000-01-01, 1 seconds]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') numpy.datetime64('2000-01-01')
- numpy.timedelta64(1,'s')] object
- old: ['1970-01-02T14:55:18.579795952' '2000-01-01T00:00:00.000000000'
- '1970-01-02T14:55:18.579795920'] datetime64[ns]
- new: [numpy.timedelta64(1,'s') numpy.datetime64('2000-01-01')
- numpy.timedelta64(1,'s')] object
- tests.py ⨯✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 99% █████████▉
- ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Tests.test_maybe_convert_objects[1-1-1-data7542] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- [gw2] linux -- Python 3.7.3 /home/beforeflight/Coding/Python/_venvs_/pandas_test_branches/bin/python3
- ../../Coding/Python/TEST/tests.py:63: in test_maybe_convert_objects
- tm.assert_numpy_array_equal(old, new)
- pandas/util/testing.py:1008: in _raise
- raise_assert_detail(obj, msg, left, right)
- E AssertionError: numpy array are different
- E
- E numpy array values are different (100.0 %)
- E [left]: [2000-01-01T00:00:00.000000000, 2000-01-01T00:00:00.000000000, NaT]
- E [right]: [1000000000 nanoseconds, 31536000000000000 nanoseconds, NaT]
- ----------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
- data: [numpy.timedelta64(1,'s') datetime.timedelta(days=365) NaT] object
- old: ['2000-01-01T00:00:00.000000000' '2000-01-01T00:00:00.000000000'
- 'NaT'] datetime64[ns]
- new: [ 1000000000 31536000000000000 'NaT'] timedelta64[ns]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement