Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix prism_layer test when accessing PyVista cells (#409)
Since the latest PyVista update, the `UnstructuredGrid.cell` attribute is a generator, and therefore it cannot be indexed. This broke our tests, that were indexing cells in the `UnstructuredGrid` for prism layers to compare them with the boundaries of each prism in the layer.
- Loading branch information