-
Notifications
You must be signed in to change notification settings - Fork 122
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: exit getting frozen if routine is not finished #3617
fix: exit getting frozen if routine is not finished #3617
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
… of https://github.com/ansys/pymapdl into fix/exit-method-getting-frozen-when-not-ending-routine
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3617 +/- ##
=======================================
Coverage 86.99% 86.99%
=======================================
Files 187 187
Lines 14628 14630 +2
=======================================
+ Hits 12725 12727 +2
Misses 1903 1903 |
@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.
Description
This is very strange issue which I will have to check better.
Also we were killing the server twice on Windows, which made the second call frozen.
Issue linked
Close #3616
Checklist
draft
if it is not ready to be reviewed yet.feat: adding new MAPDL command
)