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

Fix visualization test using deprecated PyVista method #433

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

santisoler
Copy link
Member

Replace the deprecated pv_grid.cell_bounds() for an iterator over the cells (pv_grid.cell) and then use Cell.bounds to get the bounds of each cell.

Relevant issues/PRs:

Fixes tests failing in #422 reported by @LL-Geo

Replace the deprecated `pv_grid.cell_bounds()` for an iterator over the
cells (`pv_grid.cell`) and then use `Cell.bounds` to get the bounds of
each cell.
@santisoler santisoler merged commit 001be9a into main Sep 7, 2023
20 checks passed
@santisoler santisoler deleted the pyvista-cell-bounds branch September 7, 2023 22:31
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

Successfully merging this pull request may close these issues.

1 participant