ansys / pyansys-geometry

A Python wrapper for Ansys Geometry Services
https://geometry.docs.pyansys.com/
MIT License
46 stars 14 forks source link

fix: ``check_input_types`` not working with forward refs #1471

Closed RobPasMue closed 1 month ago

RobPasMue commented 1 month ago

Description

Bugs located in prepare_tools module regarding forward references and type checking. We cannot use check_input_types with forward references unless it's the class itself.

Issue linked

None

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 91.84%. Comparing base (2435173) to head (d807f20). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1471 +/- ## ======================================= Coverage 91.83% 91.84% ======================================= Files 86 86 Lines 6922 6928 +6 ======================================= + Hits 6357 6363 +6 Misses 565 565 ```

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