-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Test failure pandas.tests.io.test_sql.TestXSQLite #17510
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
Comments
@jbrockmendel : What do you mean by this? I'm pretty sure that this test would get covered in the CI. |
I mean I don't see the error in Travis et al. Figured it was worth reporting just in case. |
Fair enough. Local test failures are a little more difficult to debug since we have test software that says otherwise...that being said, I cannot reproduce this locally at the moment. Also, this failure appears to be related to some rounding issues, given that the numbers look pretty close but not exact. I'll close for now, but if anyone else has this problem, we can reopen. |
Got a failure on travis: https://travis-ci.org/pandas-dev/pandas/jobs/275540546#L1608 |
Of course, it would rear it's head after the issue gets closed. 😂 |
I checked a few in the history and didn't see any others :) |
@TomAugspurger This definitely happened before. I got the same error a few days ago on travis: |
Since it seems just some rounding errors, I would just check for less decimals in the assert ? -> #17538 |
I'm seeing a test failure locally on master (83436af) that doesn't appear to be reflected in the CI.
Strangely,
python -m pytest pandas/tests/io/test_sql.py
goes through just fine. It gets triggered when I run:Py2.7.12, Ubuntu 16.04
The text was updated successfully, but these errors were encountered: