-
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
Fixing plot indexing #2476
Fixing plot indexing #2476
Conversation
Adding `mapdl` (lowercase) to accepts. Fixing other warnings.
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov Report
@@ Coverage Diff @@
## main #2476 +/- ##
==========================================
+ Coverage 83.76% 83.81% +0.04%
==========================================
Files 44 44
Lines 8660 8660
==========================================
+ Hits 7254 7258 +4
+ Misses 1406 1402 -4 |
Needed, so ... 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.
While working in #2471 I found out that
test_plot_incomplete_nodal_selection
was not passing, not sure what did I change in that PR (I check I promise).Hence I'm bringing the fix I did for that in a separate PR to highlight its importance.
I have also extensively documented the approach so the future developers (me) know what I did.