ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

fix the net force tool and also trigger the documentation for the variables and omniverse utils #359

Closed mariostieriansys closed 7 months ago

mariostieriansys commented 7 months ago

The net force tool was not working in case you were asking only for the pressure forces

I was indeed checking if the shear force list input was None, but not checking if in case being actually a list this is empty or not

I also took the chance to fix the documentation not including the variables and omniverse utils

wiz-inc-572fc38784[bot] commented 7 months ago

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 0C 0H 0M 0L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 0C 0H 0M 0L 0I
Secrets 0🔑
codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 72.61905% with 23 lines in your changes are missing coverage. Please review.

Project coverage is 81.23%. Comparing base (a36c5cd) to head (53793d1).

Files Patch % Lines
src/ansys/pyensight/core/utils/variables.py 72.61% 1 Missing and 22 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #359 +/- ## ========================================== - Coverage 81.33% 81.23% -0.10% ========================================== Files 17 17 Lines 3337 3341 +4 Branches 689 693 +4 ========================================== Hits 2714 2714 Misses 350 350 - Partials 273 277 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.