-
Notifications
You must be signed in to change notification settings - Fork 133
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
REFACTOR: Deprecate props and use properties #5584
base: main
Are you sure you want to change the base?
Conversation
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 #5584 +/- ##
===========================================
- Coverage 85.26% 17.81% -67.45%
===========================================
Files 152 152
Lines 61016 61110 +94
===========================================
- Hits 52025 10887 -41138
- Misses 8991 50223 +41232 |
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.
Thank you @SMoraisAnsys
Description
Follow up of #5488 where a part of the changes broke an example, see ansys/pyaedt-examples#287
Note that the changes from
props
toproperties
make total sense so I applied the same logic on other classes.Among changes, I also added documentation improvements.
Issue linked
ansys/pyaedt-examples#287