ansys / pyaedt

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

FIX: Set points #4792

Closed gkorompi closed 1 month ago

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[bot] commented 1 month ago

Codecov Report

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

Project coverage is 82.56%. Comparing base (4d61995) to head (0ca21a3). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4792 +/- ## ========================================== - Coverage 82.59% 82.56% -0.04% ========================================== Files 114 114 Lines 53921 53924 +3 ========================================== - Hits 44538 44521 -17 - Misses 9383 9403 +20 ```
Samuelopez-ansys commented 1 month ago

@gkorompi Please add a unit test. Thank you for the contribution!

maxcapodi78 commented 1 month ago

@gkorompi I approved your PR. BTW you should add a unit test to cover the additional code you added.