-
Notifications
You must be signed in to change notification settings - Fork 140
fix: exiting on class deletion #3738
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
|
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 #3738 +/- ##
==========================================
+ Coverage 88.07% 88.26% +0.19%
==========================================
Files 187 187
Lines 14717 14701 -16
==========================================
+ Hits 12962 12976 +14
+ Misses 1755 1725 -30 |
|
@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.
* test: __del__method. * refactor: simplifying exit * chore: adding changelog file 3738.fixed.md [dependabot-skip] * refactor: simplyfing for other interfaces. * feat: exiting mapdl * feat: adding __del__ to mapdl_console * fix: improve job ID handling and remove atexit registration in MAPDL core --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>

Description
Kills MAPDL on object deletion if the instance was launched by that instance.
Issue linked
Close #3692
Close #3394
Close #3514
Checklist
draftif it is not ready to be reviewed yet.feat: adding new MAPDL command)