-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR updates `test_api` to use the new `Transform3D` APIs, like we did for `Points2D`. Since the viewer hasn't yet been updated to the new transform types, and the two aren't binary compatible, you won't see the result in the viewer; but one can dump the datastore state to see that it indeed works: ``` $ python tests/python/test_api/main.py --test transform_test ``` ![image](https://github.com/rerun-io/rerun/assets/2910679/83c3a080-5451-418c-880d-fe55761f7bf7) ``` $ python tests/python/test_api/main.py --experimental-api --test transform_test ``` ![image](https://github.com/rerun-io/rerun/assets/2910679/4426d284-9aff-43d8-b6da-c01fa59434d4) Closes #2643 ### What ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/2770) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/2770) - [Docs preview](https://rerun.io/preview/pr%3Acmc%2Ffinish_transform_py/docs) - [Examples preview](https://rerun.io/preview/pr%3Acmc%2Ffinish_transform_py/examples)
- Loading branch information
Showing
1 changed file
with
137 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters