-
Notifications
You must be signed in to change notification settings - Fork 27
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
Geometries should be immutable and hashable #128 #177
Geometries should be immutable and hashable #128 #177
Conversation
cleder
commented
Oct 28, 2023
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #177 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 21 21
Lines 2244 2314 +70
=========================================
+ Hits 2244 2314 +70
☔ View full report in Codecov by Sentry. |
PR Summary
|
WatermelonAI SummaryThe 3 commits in this Pull Request focus on making geometries immutable and hashable. By making geometries immutable, it ensures that their state cannot be changed after creation. Making them hashable allows them to be used as keys in data structures like dictionaries. Additionally, tests have been added to verify the functionality of hash, get, and set attribute operations. This PR aims to improve the robustness and reliability of geometries within the business logic. GitHub PRsClick here to login to Jira |