-
Notifications
You must be signed in to change notification settings - Fork 142
fix: "update_coordinates" not found in dcb composite example #4272
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.
Pull Request Overview
Fixes a bug in the DCB composite example where plotter.update_coordinates method calls were failing because the method doesn't exist. The solution replaces these calls with direct assignment to the mesh points.
- Replaced non-existent
plotter.update_coordinates()calls with direct mesh point assignments - Maintained the same functionality while using the correct API
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4272 +/- ##
==========================================
+ Coverage 91.05% 91.27% +0.21%
==========================================
Files 193 193
Lines 15720 15720
==========================================
+ Hits 14314 14348 +34
+ Misses 1406 1372 -34 🚀 New features to boost your workflow:
|
|
@pyansys-ci-bot LGTM. |
pyansys-ci-bot
left a comment
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.
* fix: "update_coordinates" not found in dcb composite example * chore: adding changelog file 4272.fixed.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
* fix: "update_coordinates" not found in dcb composite example * chore: adding changelog file 4272.fixed.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
* fix: "update_coordinates" not found in dcb composite example * chore: adding changelog file 4272.fixed.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
* fix: "update_coordinates" not found in dcb composite example * chore: adding changelog file 4272.fixed.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
* fix: "update_coordinates" not found in dcb composite example * chore: adding changelog file 4272.fixed.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>

Description
As the title.
Issue linked
Close #4268
Checklist
draftif it is not ready to be reviewed yet.feat: adding new MAPDL command)