-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Cleanup compression #13340
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
Cleanup compression #13340
Conversation
if encoding is not None and not compat.PY3: | ||
Gets file handle for given source and mode. | ||
wraps compressed fileobject in a decompressing fileobject | ||
NOTE: For all files in Python 3.2 and for bzip'd files under all Python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we want to remove this statement and its functionaility as we don't support 3.2 anymore
@jreback how is it possible that i broke the following? I don't think I touched any of these files:
|
well that writes to a csv so sure |
But it never calls get_handle?? All the tests pass on my machine. This is strange. |
are you sure that test is running? it will skip if you don't have |
yeah, i installed |
try creating the exact environment (e.g. create a new environment with |
how do i install the |
|
can you rebase/update |
can you update |
This branch is behind on master. |
I think something went wrong with your rebase (lots of commits are included here) |
@lababidi Do you have time to update this? (you should start with a rebase, as lots of other commits are not included in this PR) |
can you rebase / update? |
@jreback on it now |
999a84d
to
c17cffe
Compare
@jreback @jorisvandenbossche Again, after rebasing to your code, I find that the tests fail and not due to my changes. This is becoming a detriment to my contributions because it seems someone keeps allowing failing code to get merged. I'm not sure how it happened. |
@jreback @jorisvandenbossche I've given you access to modify this branch, so feel free to modify anything you'd like. Thank you. |
are these your changes: https://travis-ci.org/pydata/pandas/jobs/159174397 master has been and is passing continuously. any failures are changes that you made. They can certainly fail other tests, but that just means your changes are not clean. |
@lababidi If you look at the test failures in the log @jreback linked to, you see that the failure is in the |
@jreback @jorisvandenbossche Thank you for the insight. The |
What is the remaining work that needs to be done for this pull request? I'm willing to give it a try, but need a little guidance to get started. |
@dhimmel To start with, you can look into the failing tests. As that is of course the minimum for getting this merged. |
git diff upstream/master | flake8 --diff