-
Notifications
You must be signed in to change notification settings - Fork 28
private coords to not affect equality #586
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
WalkthroughModified the CoordManager equals method to properly handle private coordinates by comparing dimensions and filtering private coordinates before per-coordinate comparisons. Added corresponding test cases to verify private coordinate behavior in equality checks across CoordManager and model utilities. Changes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used🧬 Code graph analysis (3)tests/test_utils/test_models.py (1)
tests/test_core/test_coordmanager.py (4)
dascore/core/coordmanager.py (1)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #586 +/- ##
=======================================
Coverage 99.92% 99.92%
=======================================
Files 129 129
Lines 11237 11241 +4
=======================================
+ Hits 11229 11233 +4
Misses 8 8
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:
|
CodSpeed Performance ReportMerging #586 will not alter performanceComparing Summary
Footnotes
|
Description
Private coordinates should not affect equality checks in coord managers. This PR tests and enforces this. Now coords behave the same as attributes.
Checklist
I have (if applicable):
Summary by CodeRabbit
Bug Fixes
Tests
✏️ Tip: You can customize this high-level summary in your review settings.