ansys / pyaedt

AEDT Python Client Package
https://aedt.docs.pyansys.com
MIT License
185 stars 101 forks source link

REFACTOR: Cleanup rmxprt and pyaedt.modules files #4869

Closed SMoraisAnsys closed 5 days ago

SMoraisAnsys commented 5 days ago

As title says.

Note: contrary to previous refactoring, I used the following approach to be more compliant with what was expected to happen:

The first ensures that we can log information and don't confuse users. The second ensures that the tolerant approach used through the function handler is kept and used.

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

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

Project coverage is 83.15%. Comparing base (df9b411) to head (c993a1b). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4869 +/- ## ========================================== - Coverage 83.15% 83.15% -0.01% ========================================== Files 118 118 Lines 54080 54082 +2 ========================================== + Hits 44971 44972 +1 - Misses 9109 9110 +1 ```