ansys / pyensight

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

Added exhaustive unit tests for py_userd #458

Closed vthiagar closed 3 weeks ago

vthiagar commented 3 weeks ago

Created a comprehensive and generic PyUnit test suite for the userd library, comparing it against PyEnsight to verify the following:

Parts List Comparison: Verifies the list of all parts in the dataset, including part IDs and part names. Variables List Comparison: Verifies the list of all variables, including variable IDs, names, whether they are complex, type, and location. Scalar/Constant Variable Value Comparison: Compares all nodal/elemental scalars and dataset/part constants for all parts /variables individually.

Note: