-
Notifications
You must be signed in to change notification settings - Fork 92
FEAT: Add validation to TrianglePandas.rename. Also add tests to ensure cascading of rename to triangle.columns_label. #659
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
…re cascading of rename to triangle.columns_label.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #659 +/- ##
==========================================
+ Coverage 85.05% 85.10% +0.05%
==========================================
Files 85 85
Lines 4865 4868 +3
Branches 619 619
==========================================
+ Hits 4138 4143 +5
+ Misses 518 517 -1
+ Partials 209 208 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
henrydingliu
left a comment
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 please add a test for the new exception?
|
k, added a few tests cases (incorrect # columns, misspelled strings, incorrect integer supplied). |
|
Only part of #655. Both This PR solves cascading changes to #660 remains open and is a separate issue. |
Closes #654. Partially addresses #655 regarding the columns_label issue.