Remove the src/ansys/speos/core/generic directory exclude from the Ty type check in the CI workflow. Address all type-checking issues in this directory so it passes Ty without the exclude.
Requirements:
- Resolve all typing issues that arise from including
src/ansys/speos/core/generic in Ty type check.
- Ensure no loss of functionality for PySpeos.
- Run the full test suite and verify all tests pass after fixes.
- Do not reintroduce the exclude.
Acceptance Criteria:
- The Ty type check passes without excluding this directory, and all unit tests pass.
Remove the
src/ansys/speos/core/genericdirectory exclude from the Ty type check in the CI workflow. Address all type-checking issues in this directory so it passes Ty without the exclude.Requirements:
src/ansys/speos/core/genericin Ty type check.Acceptance Criteria: