-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fixes for pybind11-stubgen errors #6896
base: main
Are you sure you want to change the base?
Conversation
I split this from #6869 because it contains changes that actually modify the bindings a bit: Might be easier to first merge #6869 and then discuss further changes here (with more detailed explanation from me). |
* It now mirrors constructor call.
ToGoogleDocString strips any type annotations from function signatures, so every
I fixed most of these errors so now the remaining
|
I do not know how to fix the last two errors right now, so for now I will have to leave them and maybe fix them later. |
All changes can be summarized as follows:
|
Fixed the last remaining errors:
Now |
Type
Motivation and Context
This pull request is a follow up for/based on #6869 and contains more fixes for documentation and typing generation.
Related issues are #3052 and #6867.
Checklist:
python util/check_style.py --apply
to apply Open3D code styleto my code.
updated accordingly.
results (e.g. screenshots or numbers) here.
Description
Typings are generated using: