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

[python] Add unit tests for Python native code #95

Open
duburcqa opened this issue Apr 29, 2020 · 1 comment
Open

[python] Add unit tests for Python native code #95

duburcqa opened this issue Apr 29, 2020 · 1 comment
Labels
enhancement New feature or request P2 Low priority issue python

Comments

@duburcqa
Copy link
Owner

duburcqa commented Apr 29, 2020

This is especially critical for 'dynamics' helpers because some methods are quite complex and it would be nice to validate them. It is pretty "easy" to do it. For instance, it would be possible to run first a simulation, extracting only the motor position/velocity/acceleration, and try the recover missing data.

@duburcqa duburcqa added the enhancement New feature or request label May 1, 2020
@duburcqa duburcqa changed the title Add unit tests for jiminy_py dynamics helpers Add unit tests for Python native code Oct 25, 2020
@duburcqa duburcqa changed the title Add unit tests for Python native code [python] Add unit tests for Python native code Oct 25, 2020
@duburcqa
Copy link
Owner Author

duburcqa commented Nov 25, 2020

Part of the code is now partially tested though gym_jiminy unit tests, but it is clearly not enough, considering that nearly 40% of the whole code base is pure Python.

@duburcqa duburcqa added the P2 Low priority issue label Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2 Low priority issue python
Projects
Status: To do
Development

No branches or pull requests

1 participant