ansys / pymapdl

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

feat: making old API function discoverable when Click is not installed #3086

Closed germa89 closed 1 month ago

germa89 commented 1 month ago

This function should have given an error when using if click was not installed.

ansys-reviewer-bot[bot] commented 1 month ago

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 84.19%. Comparing base (598e2e8) to head (8633e54). Report is 35 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3086 +/- ## ========================================== - Coverage 86.64% 84.19% -2.45% ========================================== Files 52 52 Lines 9553 9553 ========================================== - Hits 8277 8043 -234 - Misses 1276 1510 +234 ```
germa89 commented 1 month ago

@pyansys-ci-bot LGTM.