-
Notifications
You must be signed in to change notification settings - Fork 1.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
pydrake autodiff: Use user-defined dtype #8797
pydrake autodiff: Use user-defined dtype #8797
Conversation
+@jwnimmer-tri for feature review, please. Review status: 0 of 29 files reviewed at latest revision, all discussions resolved. Comments from Reviewable |
Per f2f, I will consider pulling out the user-defined NumPy dtype out of our fork of |
Reviewed 19 of 29 files at r1. Comments from Reviewable |
Reviewed 2 of 29 files at r1. Comments from Reviewable |
Reviewed 3 of 29 files at r1. a discussion (no related file): bindings/pydrake/util/cpp_param_pybind.cc, line 82 at r1 (raw file):
TBD Reminder to myself to return here after the pybind11 PR is reworked to appear as part of bindings/pydrake/util/cpp_param_pybind.cc, line 93 at r1 (raw file):
The unit test that covers this code does not check for any details about the exception. Given the amount of code in scope, it seems worth it to enhance that test to look at the exception messsage (so we know this is what threw), as opposed to some of the code we're calling throwing instead. bindings/pydrake/util/wrap_pybind.h, line 84 at r1 (raw file):
This comment is impenetrable and thus does not adequately explain what is going on here. (1) Missing citation or explanation for what a bindings/pydrake/util/wrap_pybind.h, line 84 at r1 (raw file):
Why is the module named bindings/pydrake/util/wrap_pybind.h, line 97 at r1 (raw file):
Missing docs for what the names are doing in the two different overloads. bindings/pydrake/util/wrap_pybind.h, line 108 at r1 (raw file):
FYI Consider placing this next to Comments from Reviewable |
Kicking back to @EricCousineau-TRI until its ready for review. |
@jwnimmer-tri I've scoped the I'd like to do the review there (at low priority, of course), and then dust this off whenever it lands. Would that work for you? |
I agree that #9997 review should happen prior to this PR. This PR is totally off my radar, so I'm still happy to keep ignoring it. If it turns into a useful supplement once other things land, I'm okay to review it at that point (just re-assign me). |
Closing for now. Can re-open later. |
Checkbox in #8116
Requires:
This change is