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 the PyVista deprecation warnings #836

Closed
wants to merge 3 commits into from

Conversation

RomanIlchenko1308
Copy link
Contributor

Fix warnings after plotting of the areas, elements, nodes, etc.:

...\pymapdl\venv\lib\site-packages\pyvista\core\dataset.py:1192: PyvistaDeprecationWarning: Use of point_arrays is deprecated. Use point_data instead.
warnings.warn(

...\pymapdl\venv\lib\site-packages\pyvista\core\dataset.py:1332: PyvistaDeprecationWarning: Use of cell_arrays is deprecated. Use cell_data instead.
warnings.warn(

@RomanIlchenko1308 RomanIlchenko1308 self-assigned this Jan 13, 2022
@RomanIlchenko1308 RomanIlchenko1308 linked an issue Jan 13, 2022 that may be closed by this pull request
@akaszynski akaszynski marked this pull request as draft January 13, 2022 19:58
@akaszynski
Copy link
Collaborator

Fixed in ansys/pymapdl-reader#69

@akaszynski akaszynski closed this Jan 15, 2022
@akaszynski akaszynski deleted the pyvista_warninng_pr_827 branch January 15, 2022 04:13
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.

Fix pyvista deprecation warnings
2 participants