-
Notifications
You must be signed in to change notification settings - Fork 653
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
REFACTOR-#1934: move MultiIndex checks to backend #1935
REFACTOR-#1934: move MultiIndex checks to backend #1935
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1935 +/- ##
==========================================
+ Coverage 81.68% 81.82% +0.13%
==========================================
Files 79 79
Lines 9283 9309 +26
==========================================
+ Hits 7583 7617 +34
+ Misses 1700 1692 -8
Continue to review full report at Codecov.
|
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.
I saw some more places where we can replace similar checks (both for columns and index) in order to avoid code inconsistencies. Can you please replace the corresponding checks?
Thanks for your review! I added more checks using the new method and fixed docstrings. |
@ienkovich , something went wrong with tests. Try to rebase in order to rerun tests. |
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.
@ienkovich , LGTM, but left a couple more minor comments regarding passing of parameter.
Signed-off-by: ienkovich <ilya.enkovich@intel.com>
@ienkovich , thanks, LGTM! |
…-project#1935) Signed-off-by: ienkovich <ilya.enkovich@intel.com>
What do these changes do?
Another refactoring to move index accesses to backend to enable lazy computations
flake8 modin
black --check modin
git commit -s