-
Notifications
You must be signed in to change notification settings - Fork 17
feat: grpc named selection stub implementation #1899
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
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.
Few comments - but overall, great job @jacobrkerstetter!!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1899 +/- ##
==========================================
- Coverage 90.38% 90.36% -0.02%
==========================================
Files 105 108 +3
Lines 9330 9384 +54
==========================================
+ Hits 8433 8480 +47
- Misses 897 904 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- remove unused conversions - do entity id conversion in stub - only return ids instead of grpc objects from stub methods
….com/ansys/pyansys-geometry into feat/named_selection_stub_relocation # Conflicts: # src/ansys/geometry/core/_grpc/_services/base/named_selection.py # src/ansys/geometry/core/_grpc/_services/v0/conversions.py # src/ansys/geometry/core/_grpc/_services/v0/named_selection.py # src/ansys/geometry/core/_grpc/_services/v1/named_selection.py # src/ansys/geometry/core/designer/design.py # src/ansys/geometry/core/designer/selection.py
….com/ansys/pyansys-geometry into feat/named_selection_stub_relocation
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.
Minor comments - but looking great! Almost ready to merge!
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.
Awesome work - thanks a lot @jacobrkerstetter!
Description
move named selection stub to common location
Issue linked
#1817
Checklist
feat: extrude circle to cylinder
)