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

PyVista deprecation warning #96

Closed
wants to merge 3 commits into from

Conversation

RomanIlchenko1308
Copy link

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 14, 2022
@RomanIlchenko1308 RomanIlchenko1308 linked an issue Jan 14, 2022 that may be closed by this pull request
@RomanIlchenko1308 RomanIlchenko1308 added bug Something isn't working invalid This doesn't seem right labels Jan 14, 2022
@akaszynski
Copy link
Collaborator

Fixed in #69

@akaszynski akaszynski closed this Jan 15, 2022
@akaszynski akaszynski deleted the fix/PyVista-deprecation-warning branch January 15, 2022 04:11
@RomanIlchenko1308
Copy link
Author

Thank you, Alex (@akaszynski)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of Pyvista deprecation warning
2 participants