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 pyvista deprecation warnings #827

Closed
akaszynski opened this issue Jan 12, 2022 · 3 comments
Closed

Fix pyvista deprecation warnings #827

akaszynski opened this issue Jan 12, 2022 · 3 comments
Assignees

Comments

@akaszynski
Copy link
Collaborator

There's an internal example we're working on that has these ugly warnings:

/home/alex/python/pyvista_venv3.8/lib/python3.8/site-packages/pyvista/core/dataset.py:1401: PyvistaDeprecationWarning: Use of `point_arrays` is deprecated. Use `point_data` instead.
  warnings.warn(
/home/alex/python/pyvista_venv3.8/lib/python3.8/site-packages/pyvista/core/dataset.py:1541: PyvistaDeprecationWarning: Use of `cell_arrays` is deprecated. Use `cell_data` instead.
  warnings.warn(

Please have this patched tomorrow for a release by the end of this week. Near trivial patch.

@RomanIlchenko1308
Copy link
Contributor

thank you, Alex(@akaszynski),
I will try to finish it today!

@RomanIlchenko1308 RomanIlchenko1308 linked a pull request Jan 13, 2022 that will close this issue
@akaszynski
Copy link
Collaborator Author

Deprecation warnings fixed as of ansys-mapdl-reader==0.51.8. See log output from https://github.com/pyansys/pymapdl/runs/4820017708?check_suite_focus=true.

@da1910
Copy link
Contributor

da1910 commented Mar 12, 2022

This looks like it's recurred - see pressure vessel example, amongst others

https://dev.mapdldocs.pyansys.com/examples/00-mapdl-examples/pressure_vessel.html

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 a pull request may close this issue.

3 participants