Created
March 12, 2014 08:37
-
-
Save jtornero/9503057 to your computer and use it in GitHub Desktop.
Pandas tests result with numpy 1.9.0.dev-f82fe71
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eocadiz@linux-pmgf:~/pandas> nosetests | |
which: no xclip in (/usr/local/pgsql/bin:/usr/lib/mpi/gcc/openmpi/bin:/home/ieocadiz/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/opt/cross/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin) | |
which: no xsel in (/usr/local/pgsql/bin:/usr/lib/mpi/gcc/openmpi/bin:/home/ieocadiz/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/opt/cross/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin) | |
........................SSSSSSSS.S/home/ieocadiz/pandas/pandas/io/data.py:316: SymbolWarning: Failed to read symbol: 'AAPL', replacing with NaN. | |
'NaN.'.format(sym), SymbolWarning) | |
/home/ieocadiz/pandas/pandas/io/data.py:316: SymbolWarning: Failed to read symbol: 'AMZN', replacing with NaN. | |
'NaN.'.format(sym), SymbolWarning) | |
/home/ieocadiz/pandas/pandas/io/data.py:316: SymbolWarning: Failed to read symbol: 'GOOG', replacing with NaN. | |
'NaN.'.format(sym), SymbolWarning) | |
SS.SSSSSSSSSSS/home/ieocadiz/pandas/pandas/io/data.py:316: SymbolWarning: Failed to read symbol: 'IBM', replacing with NaN. | |
'NaN.'.format(sym), SymbolWarning) | |
SSSSS.SSSS.....SSSSSSSSSSSSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.S..S.S...................S.....S..............................................................................................................................................................................................................................E............................................................................................................E...................S..............................................................................................E.........SSSSSSSSSSS....................SS.....................................................................................................................................................S................................S..................S..S.SSSSSSS......................................S.....SSSSSSSSSSSSSSSSSSSSSSSSSS........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................./usr/lib/python2.7/site-packages/numpy/core/_methods.py:79: RuntimeWarning: Degrees of freedom <= 0 for slice | |
warnings.warn("Degrees of freedom <= 0 for slice", RuntimeWarning) | |
............................................................................................................................................................................................S..........................................E.....................................................................................................................................S............................................................................................................................................................................................../usr/lib/python2.7/site-packages/numpy/core/_methods.py:55: RuntimeWarning: Mean of empty slice. | |
warnings.warn("Mean of empty slice.", RuntimeWarning) | |
........................................................................................................................................................................................................................................................................................................................................................................................................................................................S.......................................................................................S......S....................S......S......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S.............................................................................................S...........................................................................................................................................................SS...................S...S............SSS.........S............SS............SS.....SSSS....................................................................................................................................................................................................................S....................................................................................................................................................................................................................... | |
====================================================================== | |
ERROR: test_url (pandas.io.tests.test_parsers.TestCParserHighMemory) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/ieocadiz/pandas/pandas/util/testing.py", line 884, in network_wrapper | |
return t(*args, **kwargs) | |
File "/home/ieocadiz/pandas/pandas/io/tests/test_parsers.py", line 1511, in test_url | |
with tm.closing(urlopen('http://www.google.com')) as resp: | |
AttributeError: 'module' object has no attribute 'closing' | |
-------------------- >> begin captured stdout << --------------------- | |
Failed: AttributeError("'module' object has no attribute 'closing'",) | |
--------------------- >> end captured stdout << ---------------------- | |
====================================================================== | |
ERROR: test_url (pandas.io.tests.test_parsers.TestCParserLowMemory) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/ieocadiz/pandas/pandas/util/testing.py", line 884, in network_wrapper | |
return t(*args, **kwargs) | |
File "/home/ieocadiz/pandas/pandas/io/tests/test_parsers.py", line 1511, in test_url | |
with tm.closing(urlopen('http://www.google.com')) as resp: | |
AttributeError: 'module' object has no attribute 'closing' | |
-------------------- >> begin captured stdout << --------------------- | |
Failed: AttributeError("'module' object has no attribute 'closing'",) | |
--------------------- >> end captured stdout << ---------------------- | |
====================================================================== | |
ERROR: test_url (pandas.io.tests.test_parsers.TestPythonParser) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/ieocadiz/pandas/pandas/util/testing.py", line 884, in network_wrapper | |
return t(*args, **kwargs) | |
File "/home/ieocadiz/pandas/pandas/io/tests/test_parsers.py", line 1511, in test_url | |
with tm.closing(urlopen('http://www.google.com')) as resp: | |
AttributeError: 'module' object has no attribute 'closing' | |
-------------------- >> begin captured stdout << --------------------- | |
Failed: AttributeError("'module' object has no attribute 'closing'",) | |
--------------------- >> end captured stdout << ---------------------- | |
====================================================================== | |
ERROR: test_to_datetime_format_microsecond (pandas.tseries.tests.test_timeseries.TestTimeSeries) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/ieocadiz/pandas/pandas/tseries/tests/test_timeseries.py", line 872, in test_to_datetime_format_microsecond | |
result = to_datetime(val, format=format) | |
File "/home/ieocadiz/pandas/pandas/tseries/tools.py", line 141, in to_datetime | |
return _convert_listlike(np.array([ arg ]), box=box)[0] | |
File "/home/ieocadiz/pandas/pandas/tseries/tools.py", line 129, in _convert_listlike | |
raise e | |
ValueError: time data '01-Apr-2011 00:00:01.978' does not match format '%d-%b-%Y %H:%M:%S.%f' | |
---------------------------------------------------------------------- | |
Ran 3937 tests in 453.155s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment