You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
There's an internal example we're working on that has these ugly warnings:
Please have this patched tomorrow for a release by the end of this week. Near trivial patch.
The text was updated successfully, but these errors were encountered: