-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error and failure in nosetests (Ubuntu 12.04) #1361
Comments
Can't seem to reproduce on my end. |
yes. numpy 1.7 , pytables 2.3.1 |
assert_array_compare (called by assert_array_equal) was changed in numpy 1.7: """ We'll fix before final release. Thanks for the bug report! |
I did a fresh build and everything passes cleanly now on fresh NumPy 1.7 (git master) + Python 2.7 and PyTables 2.3.1. I worry that the unicode failure might be locale specific, can you help us debug that? You need to run
then you'll want to copy-paste |
This is really weird. First I ran your command...it passed.
and again only the pytables test:
|
so now for the whole thing ''' ''' |
I made some changes that should do the trick (though I'm debugging blind), can you run the test suite now and see if it works? |
Thanks a lot! |
I installed pandas and other required packages under python3.4 and ubuntu 14.04 LTS However, didn't pass 'nosetests pandas' ERROR: test_read_google (pandas.io.tests.test_data.TestDataReader)Traceback (most recent call last): FAIL: test_wdi_download (pandas.io.tests.test_wb.TestWB)Traceback (most recent call last): FAIL: test_now (pandas.tseries.tests.test_tslib.TestTimestamp)Traceback (most recent call last): FAIL: test_today (pandas.tseries.tests.test_tslib.TestTimestamp)Traceback (most recent call last): Ran 7582 tests in 552.072s FAILED (SKIP=604, errors=1, failures=3) Could you help me? |
The text was updated successfully, but these errors were encountered: