ansys / pymechanical

Pythonic interface to Ansys Mechanical ™
https://mechanical.docs.pyansys.com/
MIT License
36 stars 18 forks source link

Fix: Remove disable sec check #776

Closed dipinknair closed 3 months ago

dipinknair commented 3 months ago

Removes disabling sec since it changes mechanical settings which causes issue with Background solve when using standalone Mechanical. This partially solves issue #719. This change will fix issue in Windows but not in Linux.

Test added only for windows

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 81.23%. Comparing base (d44a32b) to head (7c31df1).

:exclamation: Current head 7c31df1 differs from pull request most recent head 7deacd6

Please upload reports for the commit 7deacd6 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #776 +/- ## ========================================== - Coverage 81.25% 81.23% -0.03% ========================================== Files 32 32 Lines 2049 2046 -3 ========================================== - Hits 1665 1662 -3 Misses 384 384 ```