ansys / pyaedt

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

DOCS: Fix vale warning #4879

Closed SMoraisAnsys closed 3 days ago

SMoraisAnsys commented 3 days ago

Another vale warning got merged into main and is preventing other PR to pass the doc build. This PR should solve the issue.

I'll investigate why this is happening

ansys-reviewer-bot[bot] commented 3 days ago

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

@ansys-reviewer-bot review

SMoraisAnsys commented 3 days ago

This patch is realted to #4880.

codecov[bot] commented 3 days ago

Codecov Report

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

Project coverage is 83.17%. Comparing base (c4d9686) to head (eda065b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4879 +/- ## ======================================= Coverage 83.16% 83.17% ======================================= Files 118 118 Lines 54144 54144 ======================================= + Hits 45030 45033 +3 + Misses 9114 9111 -3 ```
SMoraisAnsys commented 3 days ago

Note: the overall problem should be patched with https://github.com/ansys/pyaedt/pull/4881, I'll finalize it soon.

SMoraisAnsys commented 3 days ago

Seems like this isn't enough or there is still something not working as expected. Since this PR will also be dealt through #4881, I'll close it.