-
Notifications
You must be signed in to change notification settings - Fork 135
fix: allow numpy types for parameters #3720
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
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
…for-parameters' of https://github.com/ansys/pymapdl into fix/numpy-types-for-parameters
@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.
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (81.81%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #3720 +/- ##
==========================================
- Coverage 88.13% 88.09% -0.04%
==========================================
Files 187 187
Lines 14707 14709 +2
==========================================
- Hits 12962 12958 -4
- Misses 1745 1751 +6 |
* feat: allowing numpy types for setting parameters * docs: adding comment * chore: adding changelog file 3720.fixed.md [dependabot-skip] * fix: parameters length to 32+ * feat: update to 32 chars variable * fix: test --------- Co-authored-by: pyansys-ci-bot <[email protected]>
Description
Replace #3719
Issue linked
Close #3715
Checklist
draft
if it is not ready to be reviewed yet.feat: adding new MAPDL command
)