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 tests and deprecations, update requirements #361

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hypadr1v3
Copy link

Currently:

  • Open3D does not have a release which supports numpy>=2.0.0 and using it would create a segmentation fault in the tests.
  • Using arr.ptp() is also deprecated and removed in future numpy releases.
  • The PyVista backend also does not support the Panel feature anymore (as shown here) so that option is removed.
  • Tests were also broken which were fixed with adding an __init__.py to all relevant places. With this commit, all tests pass with one xfail (on .laz decompression) and warnings for deprecations which are fixed in other PRs.

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