You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
omfvtk needs a more comprehensive testing suite. Currently, only a few OMF projects are created and the tests pass as long as no errors arise from wrapping the elements in the projects.
The testing suite should fully evaluate the returned vtki data objects to make sure they are what is expected.
Test individual wrapping of each data type for at least two different examples
Evaluate pyvista object against the omf object to ensure properties match such as:
Number of cells
Number of vertices
Number of scalars
Spatial extents match
Perhps test that the vertices of the meshes are the same. Note: pyvista/VTK might shuffle the coordinates.
Test textures for surfaces
The text was updated successfully, but these errors were encountered:
omfvtk
needs a more comprehensive testing suite. Currently, only a few OMF projects are created and the tests pass as long as no errors arise from wrapping the elements in the projects.The testing suite should fully evaluate the returned
vtki
data objects to make sure they are what is expected.pyvista
object against theomf
object to ensure properties match such as:pyvista
/VTK might shuffle the coordinates.The text was updated successfully, but these errors were encountered: