-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ERR: better error message on too large excel sheet #26080
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
ERR: better error message on too large excel sheet #26080
Conversation
Hello @anordin95! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-06-01 12:43:43 UTC |
Codecov Report
@@ Coverage Diff @@
## master #26080 +/- ##
=========================================
Coverage ? 40.75%
=========================================
Files ? 175
Lines ? 52449
Branches ? 0
=========================================
Hits ? 21373
Misses ? 31076
Partials ? 0
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26080 +/- ##
==========================================
+ Coverage 91.76% 91.83% +0.07%
==========================================
Files 174 174
Lines 50625 50649 +24
==========================================
+ Hits 46458 46516 +58
+ Misses 4167 4133 -34
Continue to review full report at Codecov.
|
… deprecation error.
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.
Looks like CI is just failing with lint errors so be sure to give them a look.
As far as my environment is concerned I'm just using the environment.yaml file that comes with this repo; if you are having a lot of trouble maybe try deleting what you have and rebuild from that
pls merge master and update to comments |
any suggestions on how to deal with the memoryerror? |
Perhaps mock / monkeypatch setting the maximum rows & columns to a smaller
size just for that test?
…On Mon, May 13, 2019 at 2:18 PM Alexander Nordin ***@***.***> wrote:
any suggestions on how to deal with the memoryerror?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26080?email_source=notifications&email_token=AAKAOIW5VPSC5RTROY7ERGTPVG5G3A5CNFSM4HFZU4MKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVJJHPA#issuecomment-491951036>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKAOIUOB37KYDECVJP77JTPVG5G3ANCNFSM4HFZU4MA>
.
|
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.
Great - I think last commit looks very nice. Can you add a whatsnew note for v0.25?
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.
minor comments, needs a whatsnew as @WillAyd mentioned; ping on green.
how do i go about adding a whatsnew note? |
@anordin95 look in doc/source/whatsnew/v0.25.0.rst |
you have a lint error as well
|
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.
Can you fix up merge conflict and address suggestion on wording?
I pulled master, then rebased onto my branch and have just pushed that, however the rebase had no errors. What's the suggested method to resolve conflicts? |
looks good, can you merge master as there is a conflict; ping on green. |
Thank you for all your help :) |
not sure about the test failure, it looks unrelated to your changes. |
@anordin95 : the CI failures are fixed. can you merge master. |
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.
small doc comment, if you'd merge master and ping on green.
One of the maintainers can merge when the CI finishes. Ping when all green |
thanks @anordin95 |
git diff upstream/master -u -- "*.py" | flake8 --diff