-
Notifications
You must be signed in to change notification settings - Fork 128
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
implement object CS #3557
implement object CS #3557
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3557 +/- ##
==========================================
- Coverage 81.05% 80.87% -0.18%
==========================================
Files 178 178
Lines 60880 61216 +336
==========================================
+ Hits 49344 49509 +165
- Misses 11536 11707 +171 |
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.
Hi gmalinve, we need to have a call about this PR :)
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
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.
LGTM. Great job!
Co-authored-by: Kathy Pippert <[email protected]>
- list in which case it refers to the point coordinate system ``[x, y, z]`` that the x axis points to. | ||
The value can be: | ||
|
||
- An integer, in which case it refers to the entity IDd. |
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.
- An integer, in which case it refers to the entity IDd. | |
- An integer, in which case it refers to the entity ID. |
No description provided.