-
Notifications
You must be signed in to change notification settings - Fork 10
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
GEOPY-1669: Final clean up of Object class #625
Conversation
Missuing coverage All the object operation are not updating anything on the workspace. Is this normal?
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.
The PR diff size of 11677 lines exceeds the maximum allowed for the inline comments feature.
Analysis results are not available for those commits View more on Code Climate. |
Other general questions: |
I have the feeling the changes made on an ObjectBase are never saved to GA.
is this normal? |
just removing type for "create_entity"
Should we remove faces? It's useless
Should we remove faces property? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/0.10.0 #625 +/- ##
==================================================
+ Coverage 90.47% 90.65% +0.18%
==================================================
Files 104 104
Lines 8693 8672 -21
Branches 1773 1772 -1
==================================================
- Hits 7865 7862 -3
+ Misses 445 434 -11
+ Partials 383 376 -7
|
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.
Getting there. Few more sticky points.
GEOPY-1669 - Final clean up of Object class
I changed the object base a bit.
I added some comments "#todo: ..." within the code.
Can you comment back and then, and I'll correct/remove them if needed