-
-
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
0.11.0.dev-4b22372.win-amd64-py2.7: nosetests error #3094
Comments
I've run the full test suite several times today with no errros. can you |
I just ran on windows x64/python 2.7.3, with latest master, test_series/frame passes maybe try a later binary (think they are generated 5pm?) |
I usually grab binaries on http://pandas.pydata.org/pandas-build/dev/, and the latest is dated March 14. That's the one I used. If you guys say that the latest code works fine, I'll just wait for the new binary. |
yep...i think the box those are built on is in the process of moving.....check back periodically... |
hmm, i don't know what's up but i just got this exact error too (ubuntu, 32-bit...fresh installing on different machine than my normal one from master)...have not investigated yet |
@bluefir looks like the binaries are updated....can you give a test? |
@jreback replying here instead yep, same exact error as above, on two different machines
some of that might be relevant |
@bluefir can you conform that you are on numpy 1.7.0? |
@y-p can you make that new build (for slow tests, which uses 2.7, also use numpy 1.7?), |
pushed. |
Yes, I am on numpy 1.7.0. Just ran the most recent binaries pandas-0.11.0.dev-eb07c5a.win-amd64-py2.7 and got this:
|
@stephenwlin ok....fixed up, will push in a few basically numpy 1.7 does something even more weird with timedelta64 that p3k does, it coerces when you do |
@bluefir thanks.....these were built JUST before we realized the change was because of 1.7. thanks for the report! |
@stephenwlin pls update to master and try ....should work |
ERROR: test_operators_timedelta64 (pandas.tests.test_series.TestSeries)
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\pandas\tests\test_series.py", line 1752, i
n test_operators_timedelta64
result = resultb + df['A']
File "C:\Python27\lib\site-packages\pandas\core\series.py", line 144, in wrapp
er
lvalues = lvalues.values
AttributeError: 'numpy.ndarray' object has no attribute 'values'
Ran 3113 tests in 241.670s
FAILED (SKIP=94, errors=1)
The text was updated successfully, but these errors were encountered: