-
Notifications
You must be signed in to change notification settings - Fork 191
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
Bind PN BinaryTrajectories in Python #6366
Conversation
.def( | ||
"positions", | ||
[](const BinaryTrajectories& binary_trajectories, | ||
const py::array_t<double> time) -> py::array_t<double> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're already going to be doing this in C++, why not just add it to the BinaryTrajectories class.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added commits for this
e1516db
to
0a5695a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good except for the module import errors
0a5695a
to
0eea3c1
Compare
@knelli2 fixed |
Ignoring unrelated test timeouts |
Proposed changes
Useful to test pipeline code like ecc-control.
Upgrade instructions
Code review checklist
make doc
to generate the documentation locally intoBUILD_DIR/docs/html
.Then open
index.html
.code review guide.
bugfix
ornew feature
if appropriate.Further comments