-
Notifications
You must be signed in to change notification settings - Fork 132
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
FIX: Object oriented name update #5595
Conversation
When a mesh operation wasn't defined in desktop, invkoking the name property thew an error in AEDT.
Fix issue because GetChildObject() method does not behave consistently among AEDT solvers.
Fix issue because GetChildObject() method does not behave consistently among AEDT solvers.
For more information, see https://pre-commit.ci
Implemented code review suggestions. Co-authored-by: Sébastien Morais <[email protected]>
Simplify syntax
…IX/Mesh-Operations-5568 # Conflicts: # src/ansys/aedt/core/application/design.py
For more information, see https://pre-commit.ci
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5595 +/- ##
==========================================
+ Coverage 81.37% 85.27% +3.89%
==========================================
Files 152 152
Lines 60904 60987 +83
==========================================
+ Hits 49562 52004 +2442
+ Misses 11342 8983 -2359 |
# Conflicts: # src/ansys/aedt/core/modules/mesh.py
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.
Still a lot to do to fully embed ChildObjects into PyAEDT but this refatoring looks great
…yaedt into fix/Mesh-Operations-5568
All tests are passing, but before merging, I am checking if the examples are passing |
Description
Please provide a brief description of the changes made in this pull request.
Issue linked
Close #5568
Checklist