-
Notifications
You must be signed in to change notification settings - Fork 21
feat: tracking boolean operations #2153
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
base: main
Are you sure you want to change the base?
Conversation
This PR contains the following changes - Client side change for boolean to remove delete on the python side (now done in the SC API) and update from response - Changes to add and delete body logic for proper dealing with @cached_property implementation of the function that get bodies - Small refactoring to avoid multiple definition of the function _serialize_tracker_command_response
This PR needs an update of Core Service code before it can be merged |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2153 +/- ##
==========================================
- Coverage 94.69% 94.17% -0.52%
==========================================
Files 142 140 -2
Lines 10615 10665 +50
==========================================
- Hits 10052 10044 -8
- Misses 563 621 +58 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@jacobrkerstetter @smereu -- tracker tests are still failing (although it might be related to my last comment #2153 (comment)) Make sure they pass again as part of this PR since we are dealing with the tracker directly. |
This Pr addresses a couple of missing items in handling the return argument of the tracker and makes steps toward consolidating in the proper place the tracker code. More clean-up to come in follow-up PRs
Move the calls from problem_area to service/v0[1] Fix usage of tracker flag Move serialize tracker to be version dependent
…sys/pyansys-geometry into feat/track_boolean_operations
fix a couple of tracker invocations
Tracker tests will pass if a few unit tests (currently with wrong asserts) are updated. |
…sys/pyansys-geometry into feat/track_boolean_operations
Description
This pull request contains the following changes
Issue linked
Please mention the issue number or describe the problem this pull request addresses.
Checklist
feat: extrude circle to cylinder
)