ansys / pyaedt

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

FEAT: Sort flag in dataset #4803

Closed Samuelopez-ansys closed 3 months ago

Samuelopez-ansys commented 3 months ago

Close #4801

By default is sorting with X values, but in 3D Dataset could be dangerous, so we have added a disable of the sorting.

ansys-reviewer-bot[bot] commented 3 months 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 3 months ago

Codecov Report

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

Project coverage is 82.66%. Comparing base (299f2b5) to head (3d354c9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4803 +/- ## ========================================== - Coverage 82.67% 82.66% -0.01% ========================================== Files 117 117 Lines 54157 54160 +3 ========================================== Hits 44772 44772 - Misses 9385 9388 +3 ```