Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Comprehensive Testing Suite #5

Open
4 of 8 tasks
banesullivan opened this issue Feb 4, 2019 · 0 comments
Open
4 of 8 tasks

Create a Comprehensive Testing Suite #5

banesullivan opened this issue Feb 4, 2019 · 0 comments
Assignees

Comments

@banesullivan
Copy link
Member

banesullivan commented Feb 4, 2019

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
@banesullivan banesullivan self-assigned this Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant