-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Add more specific error message when user passes incorrect matrix format to from_coo #26584
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #26584 +/- ##
==========================================
- Coverage 91.84% 91.83% -0.01%
==========================================
Files 174 174
Lines 50644 50647 +3
==========================================
- Hits 46516 46514 -2
- Misses 4128 4133 +5
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26584 +/- ##
==========================================
- Coverage 91.86% 91.85% -0.01%
==========================================
Files 174 174
Lines 50722 50725 +3
==========================================
- Hits 46594 46593 -1
- Misses 4128 4132 +4
Continue to review full report at Codecov.
|
Move try-catch block to _coo_to_sparse_series Update entry log
@TomAugspurger @jreback: Changes made! Please review when you get the chance. Thanks! |
- Simplify scope of except Block - comment on non-regression test
@jreback: Thanks for the feedback! Changes are pushed. |
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.
thank @fhoang7 looks pretty good. you will want to wait a little to merge master as turning off a doc validation check in the CI (which is causing this to fail); though there are some small issues as indicated.
- Move comment inside test - Update docstring delineator bar
Done! @jreback |
… in functionality
@simonjayhawkins: Made requested changes. Thanks for your feedback! |
@simonjayhawkins: Pushed suggested changes. |
lgtm. not sure if you saw the comments on the error mesage check and the test name. if you can address those i think we're done |
@simonjayhawkins: Yup latest commit reflect those changes. Only thing is not sure why some checks are fixing so I only changed comments/test name. Looks like similar errors in the past builds before me. |
failing CI is not related to your changes
please address #26584 (comment) and #26584 (comment) |
@simonjayhawkins: Thanks for your patience and input. Addressed those comments and double checked over your previous comments as well to make sure I resolved them. |
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.
thanks @fhoang7 approved assuming green on py3.5 @TomAugspurger @jreback
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.
@fhoang7 failing CI is now fixed. can you merge master.
@simonjayhawkins: Thanks for the headsup. Merged/pushed up. |
thanks @fhoang7 |
git diff upstream/master -u -- "*.py" | flake8 --diff