-
Notifications
You must be signed in to change notification settings - Fork 140
fix: filter non-numeric values when parsing item list #4257
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
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
…m/ansys/pymapdl into fix/mesh-printing-number-of-nodes
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4257 +/- ##
==========================================
- Coverage 91.30% 91.27% -0.04%
==========================================
Files 193 193
Lines 15719 15720 +1
==========================================
- Hits 14353 14348 -5
- Misses 1366 1372 +6 🚀 New features to boost your workflow:
|
|
@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.
* fix: filter non-numeric values when parsing item list * chore: adding changelog file 4257.fixed.md [dependabot-skip] * test: add test for creating a large component with many nodes * test: replace unnecessary f-string with plain string in test_big_component --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>


Description
As the title. When using components with many numbers, this line used to give errors.
Issue linked
Close #4243
Checklist
draftif it is not ready to be reviewed yet.feat: adding new MAPDL command)