-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
TST: failing windows parser test #7623
Comments
oof... I suspect this is related to #7591 because the 2nd line after the header is getting corrupted. I don't see anything yet but will keep looking. Does this same line get corrupted for other inputs as well? |
that's the only failing test, maybe has to do with the 'backing' up in the parse stream (note the chunksize is 1 ? |
hmm, there shouldn't be any backing up in this case because the 3rd row has the same number of fields as the header... any idea what could be different in windows? |
no idea...want to try to setup (its not that hard), see here: https://github.com/pydata/pandas/wiki/Building-On-Windows |
@mcwitt any luck? |
No luck yet... Unfortunately the timing was really bad on this one as now I'm traveling with limited internet access for 2 weeks (typing this from my phone). I'll be able to give this my full attention when I get back, but in the meantime if it's a priority maybe someone else could look at it or even revert the bad commit? (Have we established that it's definitely #7591?) |
reverted #7591 (original issue was reopened) |
This test is failing on all versions of windows (but not linux).
related to #7582, #7591
cc @AmrAS1
cc @mcwitt
not sure what is failing this
can you guys take a look...thxs
Here's some debug output
The text was updated successfully, but these errors were encountered: