ansys / pymechanical

Pythonic interface to Ansys Mechanical
https://mechanical.docs.pyansys.com/
MIT License
30 stars 13 forks source link

fix: adding mechanical libraries #740

Closed dipinknair closed 1 month ago

dipinknair commented 1 month ago

fix add_mechanical_python_libraries to take the app itself rather than the version number.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 81.22%. Comparing base (039b1cd) to head (81d6f2b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #740 +/- ## ========================================== - Coverage 81.81% 81.22% -0.60% ========================================== Files 32 32 Lines 2002 2013 +11 ========================================== - Hits 1638 1635 -3 - Misses 364 378 +14 ```