ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
419 stars 116 forks source link

fix: avoid inspecting suspended processes #3227

Open germa89 opened 5 days ago

germa89 commented 5 days ago

Description

As the title. Retrieving info from a suspended process was crashing the system.

Issue linked

Close #3209

Checklist

ansys-reviewer-bot[bot] commented 5 days ago

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

codecov[bot] commented 5 days ago

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 84.16%. Comparing base (7c1eb1e) to head (4540234). Report is 26 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3227 +/- ## ========================================== - Coverage 86.63% 84.16% -2.48% ========================================== Files 52 53 +1 Lines 9550 9631 +81 ========================================== - Hits 8274 8106 -168 - Misses 1276 1525 +249 ```