-
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
feat: avoid errors when retrieving invalid routine #3606
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
…ub.com/ansys/pymapdl into fix/avoid-error-when-retriving-routine
…r-when-retriving-routine
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3606 +/- ##
=======================================
Coverage 86.99% 86.99%
=======================================
Files 187 187
Lines 14628 14632 +4
=======================================
+ Hits 12725 12729 +4
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
As the title. Sometimes, MAPDL retrieves back a wrong routine number. We should not raise an exception, and just finish the current routine.
Issue linked
NA
Checklist
draft
if it is not ready to be reviewed yet.feat: adding new MAPDL command
)