-
Notifications
You must be signed in to change notification settings - Fork 123
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
Refactoring PyHPS implementation #3117
Conversation
Making task object detachable
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Co-authored-by: Kathy Pippert <[email protected]>
…ansys/pymapdl into feat/refactoring-to-class-based
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/pyhps-support #3117 +/- ##
======================================================
- Coverage 81.91% 79.74% -2.17%
======================================================
Files 54 54
Lines 9858 10098 +240
======================================================
- Hits 8075 8053 -22
- Misses 1783 2045 +262 |
@pyansys-ci-bot LGTM. |
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.
Going for a class based approach to make the code more reusable.
Also easier to understand, modify and extend.