ansys / pymapdl

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

doc: fix the missing arguments on OCDATA command #3226

Open germa89 opened 5 days ago

germa89 commented 5 days ago

Description

Adding missing arguments in OCDATA command.

Issue linked

Close #3199

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

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3226 +/- ## ========================================== - Coverage 86.63% 84.21% -2.43% ========================================== Files 52 53 +1 Lines 9550 9625 +75 ========================================== - Hits 8274 8106 -168 - Misses 1276 1519 +243 ```
germa89 commented 5 days ago

@klmcadams can we have pyansys bot commit message compliant with the commit message requirements? 🥲

klmcadams commented 5 days ago

@germa89 I just made a PR for the commit message here if you want to check it out: https://github.com/ansys/actions/pull/513

germa89 commented 4 days ago

@germa89 I just made a PR for the commit message here if you want to check it out: ansys/actions#513

As always I'm late to the review party. But thank you a lot @klmcadams !!